Skip to content
Snippets Groups Projects
Commit 9a20834b authored by Nicolas Pope's avatar Nicolas Pope
Browse files

#63 Change nlohmann include path

parent c7e61ddb
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <vector> #include <vector>
#include <ftl/uuid.hpp> #include <ftl/uuid.hpp>
#include <ftl/protocol/frameid.hpp> #include <ftl/protocol/frameid.hpp>
#include <nlohmann/json_fwd.hpp> #include <ftl/lib/nlohmann/json_fwd.hpp>
namespace ftl { namespace ftl {
namespace net { namespace net {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <map> #include <map>
#include <nlohmann/json_fwd.hpp> #include <ftl/lib/nlohmann/json_fwd.hpp>
namespace ftl { namespace ftl {
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <ftl/threads.hpp> #include <ftl/threads.hpp>
#include <ftl/handle.hpp> #include <ftl/handle.hpp>
#include <nlohmann/json_fwd.hpp> #include <ftl/lib/nlohmann/json_fwd.hpp>
namespace ftl { namespace ftl {
namespace net { namespace net {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment