[Project64] Add platform.h to x86CodeLog.cpp

This commit is contained in:
zilmar 2016-04-20 19:16:02 +10:00
parent 9bcacfb8c3
commit 1e222705e4
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "stdafx.h"
#include "x86CodeLog.h"
#include <Common/path.h>
#include <Common/Platform.h>
static CLog * g_CPULogFile = NULL;
bool bX86Logging = false;