blob: 364033dab7ed4812a97145325c8163f069b3df8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/http_client.cpp b/src/http_client.cpp
index 1864ded..1580bed 100644
--- a/src/http_client.cpp
+++ b/src/http_client.cpp
@@ -25,7 +25,7 @@
#include <curlpp/Options.hpp>
#include <curlpp/Exception.hpp>
#include <curlpp/Infos.hpp>
-#include <json.hpp>
+#include <nlohmann/json.hpp>
#include <b64/decode.h>
#include "http_client.h"
|