diff options
Diffstat (limited to 'src/utils/cpp')
-rw-r--r-- | src/utils/cpp/json.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cpp/json.hpp b/src/utils/cpp/json.hpp index 8945e975..8acab817 100644 --- a/src/utils/cpp/json.hpp +++ b/src/utils/cpp/json.hpp @@ -6,8 +6,8 @@ #include <sstream> #include <string> -#include "nlohmann/json.hpp" #include "gsl-lite/gsl-lite.hpp" +#include "nlohmann/json.hpp" template <typename ValueT> auto ExtractValueAs( |