diff --git a/src/WindowsWrapper.h b/src/WindowsWrapper.h index 920ca2cd..22321292 100644 --- a/src/WindowsWrapper.h +++ b/src/WindowsWrapper.h @@ -1,5 +1,7 @@ #pragma once +#include + // Visual Studio 6 is missing these, so define them here #ifdef _MSC_VER #ifndef VK_OEM_PLUS @@ -22,5 +24,3 @@ #define DWORD_PTR DWORD #endif #endif - -#include