From d00937a997f2f1d58f058f626ab354dc3a237095 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 28 Aug 2015 18:35:36 -0400 Subject: [PATCH] explicit to fix 6 unresolved macros w/o ATL --- Source/Project64/N64 System/Cheat Class.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Project64/N64 System/Cheat Class.cpp b/Source/Project64/N64 System/Cheat Class.cpp index c4b330ba4..4151c04e6 100644 --- a/Source/Project64/N64 System/Cheat Class.cpp +++ b/Source/Project64/N64 System/Cheat Class.cpp @@ -11,6 +11,7 @@ #include "stdafx.h" #include +#include #include "Settings/SettingType/SettingsType-Cheats.h" enum { WM_EDITCHEAT = WM_USER + 0x120 };