Added missing header to examples
This commit is contained in:
parent
a5fcd2ba0d
commit
22adbf7802
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#include "client_http.hpp"
|
#include "client_http.hpp"
|
||||||
#include "server_http.hpp"
|
#include "server_http.hpp"
|
||||||
|
#include <future>
|
||||||
|
|
||||||
// Added for the json-example
|
// Added for the json-example
|
||||||
#define BOOST_SPIRIT_THREADSAFE
|
#define BOOST_SPIRIT_THREADSAFE
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#include "client_https.hpp"
|
#include "client_https.hpp"
|
||||||
#include "server_https.hpp"
|
#include "server_https.hpp"
|
||||||
|
#include <future>
|
||||||
|
|
||||||
// Added for the json-example
|
// Added for the json-example
|
||||||
#define BOOST_SPIRIT_THREADSAFE
|
#define BOOST_SPIRIT_THREADSAFE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue