From bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d Mon Sep 17 00:00:00 2001 From: ipknHama Date: Fri, 24 Oct 2014 02:45:34 +0900 Subject: added missing header for amalgate --- include/json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/json.h') 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 #include #include +#include #if defined(__GNUG__) || defined(__clang__) #define crow_json_likely(x) __builtin_expect(x, 1) -- cgit v1.2.3-54-g00ecf