diff options
author | Patrick Simianer <p@simianer.de> | 2015-01-14 19:13:24 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-01-14 19:13:24 +0100 |
commit | a1eea9655deea9a563a2ee13c82cd4545e182c7d (patch) | |
tree | 4fb6038d40ef3b4e15fafe4beae603b2a9467967 /src | |
parent | 4056a888e184f1d4cada48b79370c52fc0e313b1 (diff) |
include
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" |