From 17dd9ee7ca5879890414be2d57bdc480b640d99e Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 24 Feb 2022 15:59:32 +0100 Subject: Format: Apply alphabetical include order --- src/utils/cpp/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/cpp/json.hpp') 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 #include -#include "nlohmann/json.hpp" #include "gsl-lite/gsl-lite.hpp" +#include "nlohmann/json.hpp" template auto ExtractValueAs( -- cgit v1.2.3