diff options
| author | Grant Limberg <[email protected]> | 2022-05-13 09:34:15 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2022-05-13 09:34:15 -0700 |
| commit | b65c1ed3a0ccc1601801c7228f852ede10482753 (patch) | |
| tree | f713066c6e71f0179db32e62a7c4f31d2b5aa685 /one.cpp | |
| parent | b329fb68a92a9e6b3db56934114458e66074ea2b (diff) | |
Add inja
Requries update to C++17 standard
Diffstat (limited to 'one.cpp')
| -rw-r--r-- | one.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ #include "service/OneService.hpp" -#include "ext/json/json.hpp" +#include <nlohmann/json.hpp> #ifdef __APPLE__ #include <SystemConfiguration/SystemConfiguration.h> |
