summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/http_request.hpp3
-rw-r--r--http/http_response.hpp2
2 files changed, 5 insertions, 0 deletions
diff --git a/http/http_request.hpp b/http/http_request.hpp
index 8bcce064db..44ed2e30f5 100644
--- a/http/http_request.hpp
+++ b/http/http_request.hpp
@@ -10,6 +10,9 @@
#include <boost/beast/websocket.hpp>
#include <boost/url/url_view.hpp>
+#include <string>
+#include <string_view>
+
namespace crow
{
diff --git a/http/http_response.hpp b/http/http_response.hpp
index 79657044bf..72ff9e9c05 100644
--- a/http/http_response.hpp
+++ b/http/http_response.hpp
@@ -5,7 +5,9 @@
#include <boost/beast/http/message.hpp>
#include <boost/beast/http/string_body.hpp>
+#include <optional>
#include <string>
+#include <string_view>
namespace crow
{