Add <typeinfo>

This commit is contained in:
Nekotekina 2017-09-16 20:36:53 +03:00
parent 669b1385cc
commit 837c5dddee
6 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "yaml-cpp/yaml.h"
#include <typeinfo>
namespace cfg
{
logs::channel cfg("CFG");

View File

@ -8,6 +8,7 @@
#include <algorithm>
#include <cstring>
#include <cerrno>
#include <typeinfo>
using namespace std::literals::string_literals;

View File

@ -4,6 +4,7 @@
#include "Emu/IdManager.h"
#include "Emu/Cell/RawSPUThread.h"
#include "Thread.h"
#include <typeinfo>
#ifdef _WIN32
#include <Windows.h>

View File

@ -4,6 +4,7 @@
#include "CPUThread.h"
#include "Emu/IdManager.h"
#include "Utilities/GDBDebugServer.h"
#include <typeinfo>
#ifdef _WIN32
#include <Windows.h>

View File

@ -3,6 +3,7 @@
#include "PPUFunction.h"
#include "PPUCallback.h"
#include "ErrorCodes.h"
#include <typeinfo>
// Helper function
constexpr const char* ppu_select_name(const char* name, u32 id)

View File

@ -24,6 +24,7 @@
#include "yaml-cpp/yaml.h"
#include <thread>
#include <typeinfo>
#include "Utilities/GDBDebugServer.h"