Move cpp_optional into separate directory

This commit is contained in:
Dmitry Marakasov 2014-12-25 19:40:50 +03:00
parent c576b6bc67
commit 17053c2bab
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#ifndef SDL2PP_OPTIONAL_HH
#define SDL2PP_OPTIONAL_HH
#include <SDL2pp/libcpp_optional.hh>
#include <SDL2pp/external/libcpp_optional.hh>
namespace SDL2pp {