Skip to content

Commit 83fa23f

Browse files
authored
Update server_request_parsers_impl.cpp
VC2013 complains that "std::uint8_t" is not defined, it compiles ok after including <cstdint> header.
1 parent f1e6cb8 commit 83fa23f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/network/src/server_request_parsers_impl.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include <tuple>
88
#include <vector>
9+
#include <cstdint>
10+
911
#define BOOST_SPIRIT_UNICODE
1012
#include <boost/spirit/include/qi.hpp>
1113
#include <boost/fusion/include/std_tuple.hpp>

0 commit comments

Comments
 (0)