diff options
-rw-r--r-- | src/core/reporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp index 4a0b103e4..cfe0771e2 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp @@ -5,8 +5,8 @@ #include <ctime> #include <fstream> -#include <fmt/format.h> #include <fmt/chrono.h> +#include <fmt/format.h> #include <json.hpp> #include "common/file_util.h" |