aboutsummaryrefslogtreecommitdiffstats
path: root/include/routing.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/routing.h
parent111b34631253b2e1922222899fbec71861448482 (diff)
downloadcrow-bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d.tar.gz
crow-bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d.zip
added missing header for amalgate
Diffstat (limited to 'include/routing.h')
-rw-r--r--include/routing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/routing.h b/include/routing.h
index 87d492b..9f607f1 100644
--- a/include/routing.h
+++ b/include/routing.h
@@ -6,6 +6,7 @@
#include <unordered_map>
#include <memory>
#include <boost/lexical_cast.hpp>
+#include <vector>
#include "common.h"
#include "http_response.h"