From f21957c66fdf4e71e0e08745394d64f6c46e9a5b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 8 Aug 2005 02:51:25 +0000 Subject: [PATCH] Patched to compile on the Holy Build Box. --- Source/OpenGL_Windows.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 34c2647..0b9f46b 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -1323,6 +1323,7 @@ static bool IsFocused() #if PLATFORM_LINUX #include #include +#include static bool try_launch_browser(const char *browser, const char *url) { // make sure string isn't empty... -- 2.39.2