From: namespace Date: Thu, 8 Mar 2007 00:09:38 +0000 (+0000) Subject: - Win32 compile fix (woekele) X-Git-Tag: xonotic-v0.7.0~16^2~12^2~140 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=2505d5289725d08da87013a0bb79829068d6db4a - Win32 compile fix (woekele) git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@154 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- diff --git a/CHANGES b/CHANGES index f290b854..b026e00f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ This is the changelog for developers, != changelog for the end user that we distribute with the binaries. (see changelog) +08/03/2007 +namespace +- Win32 compile fix (woekele) + 07/03/2007 namespace - Updated UFA:Plugin (mattn2) diff --git a/libs/gtkutil/glfont.cpp b/libs/gtkutil/glfont.cpp index da31b105..e46236d3 100644 --- a/libs/gtkutil/glfont.cpp +++ b/libs/gtkutil/glfont.cpp @@ -20,6 +20,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "glfont.h" +#ifdef _WIN32 + #include +#endif #include #include "debugging/debugging.h"