Browse Source

accommodate for fmt update

pull/15/merge
Ethan 6 years ago
parent
commit
5adbe66ae8
  1. 2
      src/core/hle/service/fatal/fatal.cpp
  2. 2
      src/core/reporter.cpp

2
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"

2
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"

Loading…
Cancel
Save