aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-10-24 04:17:20 +0900
committeripknHama <ipknhama@gmail.com>2014-10-24 04:17:20 +0900
commit4b3b8070e75ce0fc181e5c012c47da2a1e7a918e (patch)
treec37dbfca12083af14a7fa671d5e1bb8f768e0030 /include/common.h
parentbdc9dd8d480b2d116b80f795f38cc8ed28dbb93d (diff)
downloadcrow-4b3b8070e75ce0fc181e5c012c47da2a1e7a918e.tar.gz
crow-4b3b8070e75ce0fc181e5c012c47da2a1e7a918e.zip
added missing header for amalgate
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index d19076a..619f4d5 100644
--- a/include/common.h
+++ b/include/common.h
@@ -3,6 +3,7 @@
#include <vector>
#include <string>
#include <stdexcept>
+#include <iostream>
#include "utility.h"
namespace crow