mirror of https://github.com/PCSX2/pcsx2.git
DebugTools: Add missing Config.h include
This commit is contained in:
parent
e2992cbc02
commit
65aa811344
|
@ -16,6 +16,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "common/TraceLog.h"
|
||||
#include "Config.h"
|
||||
#include "Memory.h"
|
||||
|
||||
extern FILE *emuLog;
|
||||
|
|
Loading…
Reference in New Issue