From c6b77fb01555a5879af4c5cfe7d12af0be2a2ec6 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 14 Mar 2020 13:25:25 +0000 Subject: [PATCH] Move the windows.h include to the right place --- src/WindowsWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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