aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.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/common.h
parent111b34631253b2e1922222899fbec71861448482 (diff)
downloadcrow-bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d.tar.gz
crow-bdc9dd8d480b2d116b80f795f38cc8ed28dbb93d.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 5720b46..d19076a 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1,5 +1,6 @@
#pragma once
+#include <vector>
#include <string>
#include <stdexcept>
#include "utility.h"