From f4c7d5577ed83d426371f86d780aed01c5370953 Mon Sep 17 00:00:00 2001 From: glx22 Date: Thu, 20 May 2021 18:40:11 +0200 Subject: Codechange: [WIN32] Use VersionHelpers where appropriate --- src/video/win32_v.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video/win32_v.cpp') diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index f0291db71..7dfc0034a 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -25,6 +25,7 @@ #include "win32_v.h" #include #include +#include #include "../safeguards.h" -- cgit v1.2.3-54-g00ecf