From 22adbf7802f09c03772e52ee4d57bbeb36b0fc57 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 30 Dec 2019 18:58:18 +0100 Subject: [PATCH] Added missing header to examples --- http_examples.cpp | 1 + https_examples.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/http_examples.cpp b/http_examples.cpp index 8ad4251..fc867c8 100644 --- a/http_examples.cpp +++ b/http_examples.cpp @@ -1,5 +1,6 @@ #include "client_http.hpp" #include "server_http.hpp" +#include // Added for the json-example #define BOOST_SPIRIT_THREADSAFE diff --git a/https_examples.cpp b/https_examples.cpp index 1c24f05..2200e69 100644 --- a/https_examples.cpp +++ b/https_examples.cpp @@ -1,5 +1,6 @@ #include "client_https.hpp" #include "server_https.hpp" +#include // Added for the json-example #define BOOST_SPIRIT_THREADSAFE