diff options
Diffstat (limited to 'src/exporter.cpp')
| -rw-r--r-- | src/exporter.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/exporter.cpp b/src/exporter.cpp index e296973..74c77c1 100644 --- a/src/exporter.cpp +++ b/src/exporter.cpp @@ -14,10 +14,11 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define CPPHTTPLIB_OPENSSL_SUPPORT + #include <threads.h> +#include <cpp-httplib/httplib.h> -#define CPPHTTPLIB_OPENSSL_SUPPORT -#include "httplib.h" #include "logger.hpp" #include "strops.hpp" #include "memops.hpp" |
