Skip to content

Commit b358649

Browse files
authored
Add missing include (#1161)
Fixes #1160
1 parent 6bd7235 commit b358649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/util/TestHttpServer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <boost/beast/http/error.hpp>
3232
#include <boost/beast/http/message.hpp>
3333
#include <boost/beast/http/message_generator.hpp>
34+
#include <boost/beast/http/read.hpp>
3435
#include <boost/beast/http/string_body.hpp>
3536
#include <gtest/gtest.h>
3637

0 commit comments

Comments
 (0)