summaryrefslogtreecommitdiff
path: root/one.cpp
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2022-05-13 09:34:15 -0700
committerGrant Limberg <[email protected]>2022-05-13 09:34:15 -0700
commitb65c1ed3a0ccc1601801c7228f852ede10482753 (patch)
treef713066c6e71f0179db32e62a7c4f31d2b5aa685 /one.cpp
parentb329fb68a92a9e6b3db56934114458e66074ea2b (diff)
Add inja
Requries update to C++17 standard
Diffstat (limited to 'one.cpp')
-rw-r--r--one.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/one.cpp b/one.cpp
index 33803dc7..797d05a8 100644
--- a/one.cpp
+++ b/one.cpp
@@ -88,7 +88,7 @@
#include "service/OneService.hpp"
-#include "ext/json/json.hpp"
+#include <nlohmann/json.hpp>
#ifdef __APPLE__
#include <SystemConfiguration/SystemConfiguration.h>