From: Ryan C. Gordon Date: Mon, 8 Aug 2005 02:51:25 +0000 (+0000) Subject: Patched to compile on the Holy Build Box. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=f21957c66fdf4e71e0e08745394d64f6c46e9a5b;p=lugaru.git Patched to compile on the Holy Build Box. --- 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...