From 1e222705e41291ca18f328393aa3dfb9b2333879 Mon Sep 17 00:00:00 2001 From: zilmar Date: Wed, 20 Apr 2016 19:16:02 +1000 Subject: [PATCH] [Project64] Add platform.h to x86CodeLog.cpp --- Source/Project64-core/N64System/Recompiler/x86CodeLog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Project64-core/N64System/Recompiler/x86CodeLog.cpp b/Source/Project64-core/N64System/Recompiler/x86CodeLog.cpp index 7820fc75b..22a2d82bc 100644 --- a/Source/Project64-core/N64System/Recompiler/x86CodeLog.cpp +++ b/Source/Project64-core/N64System/Recompiler/x86CodeLog.cpp @@ -11,6 +11,7 @@ #include "stdafx.h" #include "x86CodeLog.h" #include +#include static CLog * g_CPULogFile = NULL; bool bX86Logging = false;