aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_server.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/http_server.h
parent111b34631253b2e1922222899fbec71861448482 (diff)
downloadcrow-bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d.tar.gz
crow-bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d.zip
added missing header for amalgate
Diffstat (limited to 'include/http_server.h')
-rw-r--r--include/http_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http_server.h b/include/http_server.h
index 484aa83..2241dec 100644
--- a/include/http_server.h
+++ b/include/http_server.h
@@ -5,6 +5,7 @@
#include <cstdint>
#include <atomic>
#include <future>
+#include <vector>
#include <memory>