summaryrefslogtreecommitdiff
path: root/test/http/http_connection_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/http/http_connection_test.cpp')
-rw-r--r--test/http/http_connection_test.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/http/http_connection_test.cpp b/test/http/http_connection_test.cpp
index 6647e61d99..4dda70ecf8 100644
--- a/test/http/http_connection_test.cpp
+++ b/test/http/http_connection_test.cpp
@@ -1,15 +1,20 @@
+#include "async_resp.hpp"
#include "http/http_connection.hpp"
#include "http/http_request.hpp"
#include "http/http_response.hpp"
+#include <boost/asio/buffer.hpp>
+#include <boost/asio/io_context.hpp>
#include <boost/asio/steady_timer.hpp>
#include <boost/beast/_experimental/test/stream.hpp>
+#include <boost/beast/http/field.hpp>
+#include <boost/beast/http/verb.hpp>
-#include <filesystem>
-#include <fstream>
+#include <chrono>
#include <functional>
#include <memory>
#include <string>
+#include <utility>
#include "gtest/gtest.h"
namespace crow