Added missing header to examples

This commit is contained in:
eidheim 2019-12-30 18:58:18 +01:00
commit 22adbf7802
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#include "client_http.hpp"
#include "server_http.hpp"
#include <future>
// Added for the json-example
#define BOOST_SPIRIT_THREADSAFE