diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/make_pak.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_pak.cc b/src/make_pak.cc index db3a8a4..77c1aa6 100644 --- a/src/make_pak.cc +++ b/src/make_pak.cc @@ -4,7 +4,7 @@ #include <msgpack/fbuffer.hpp> #include <string> -#include "json-cpp/single_include/json-cpp.hpp" +#include "json-cpp.hpp" #include "hypergraph.hh" #include "types.hh" |