Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Update server_request_parsers_impl.cpp
Browse files Browse the repository at this point in the history
VC2013 complains that "std::uint8_t" is not defined, it compiles ok after including <cstdint> header.
  • Loading branch information
randydu committed Nov 24, 2016
1 parent f1e6cb8 commit 83fa23f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/network/src/server_request_parsers_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#include <tuple>
#include <vector>
#include <cstdint>

#define BOOST_SPIRIT_UNICODE
#include <boost/spirit/include/qi.hpp>
#include <boost/fusion/include/std_tuple.hpp>
Expand Down

0 comments on commit 83fa23f

Please sign in to comment.