aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2016-09-06 09:39:45 +0900
committerJaeseung Ha <ipknhama@gmail.com>2016-09-06 09:39:45 +0900
commit43c9b093453656794aac11b06efd071e4e56c891 (patch)
treea7ee13902c8fdf0a44a9bcac538067cb8fccb929 /include
parent800d31411d8187b2df7b58e4d025612bc7cbb048 (diff)
downloadcrow-43c9b093453656794aac11b06efd071e4e56c891.tar.gz
crow-43c9b093453656794aac11b06efd071e4e56c891.zip
Add dependent header
Diffstat (limited to 'include')
-rw-r--r--include/utility.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utility.h b/include/utility.h
index fe9029e..b714d55 100644
--- a/include/utility.h
+++ b/include/utility.h
@@ -6,6 +6,7 @@
#include <type_traits>
#include <cstring>
#include <functional>
+#include <string>
namespace crow
{