瀏覽代碼

accommodate for fmt update

Ethan 7 年之前
父節點
當前提交
5adbe66ae8
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/core/hle/service/fatal/fatal.cpp
  2. 1 1
      src/core/reporter.cpp

+ 1 - 1
src/core/hle/service/fatal/fatal.cpp

@@ -5,7 +5,7 @@
 #include <array>
 #include <cstring>
 #include <ctime>
-#include <fmt/time.h>
+#include <fmt/chrono.h>
 #include "common/file_util.h"
 #include "common/logging/log.h"
 #include "common/scm_rev.h"

+ 1 - 1
src/core/reporter.cpp

@@ -6,7 +6,7 @@
 #include <fstream>
 
 #include <fmt/format.h>
-#include <fmt/time.h>
+#include <fmt/chrono.h>
 #include <json.hpp>
 
 #include "common/file_util.h"