aboutsummaryrefslogtreecommitdiffstats
path: root/include/json.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-10-24 02:45:34 +0900
committeripknHama <ipknhama@gmail.com>2014-10-24 02:45:34 +0900
commitbdc9dd8d480b2d116b80f795f38cc8ed28dbb93d (patch)
tree14b27b4af43e21017bb8de37755d0940572ce990 /include/json.h
parent111b34631253b2e1922222899fbec71861448482 (diff)
downloadcrow-bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d.tar.gz
crow-bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d.zip
added missing header for amalgate
Diffstat (limited to 'include/json.h')
-rw-r--r--include/json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/json.h b/include/json.h
index 9306e2a..d79fe88 100644
--- a/include/json.h
+++ b/include/json.h
@@ -10,6 +10,7 @@
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/operators.hpp>
+#include <vector>
#if defined(__GNUG__) || defined(__clang__)
#define crow_json_likely(x) __builtin_expect(x, 1)