core/reporter: Add missing includes and forward declarations

Adds missing inclusions to prevent potential compilation issues.
This commit is contained in:
Lioncash 2019-07-05 17:19:43 -04:00
parent e721c344ae
commit 2321656dbe
2 changed files with 9 additions and 1 deletions

View file

@ -2,8 +2,13 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <ctime>
#include <fstream>
#include <fmt/format.h>
#include <fmt/time.h>
#include <json.hpp>
#include "common/file_util.h"
#include "common/hex_util.h"
#include "common/scm_rev.h"
@ -14,7 +19,6 @@
#include "core/hle/result.h"
#include "core/reporter.h"
#include "core/settings.h"
#include "fmt/time.h"
namespace {