From 2251bc0b892f17e8626f692eb1a4f449042c0bdb Mon Sep 17 00:00:00 2001 From: Quentin Bazin Date: Sun, 26 Jan 2020 16:21:35 +0900 Subject: [PATCH] [client/main] Added missing header for Windows. --- client/source/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/source/main.cpp b/client/source/main.cpp index 8b763727f..a4e3078d3 100644 --- a/client/source/main.cpp +++ b/client/source/main.cpp @@ -18,6 +18,8 @@ // Thanks to Hopson for pointing this out #ifdef _WIN32 extern "C" { + #include + // http://developer.download.nvidia.com/devzone/devcenter/gamegraphics/files/OptimusRenderingPolicies.pdf __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;