Ethan 6 лет назад
Родитель
Сommit
30448641f2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/reporter.cpp

+ 1 - 1
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"