]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
- Win32 compile fix (woekele)
authornamespace <namespace>
Thu, 8 Mar 2007 00:09:38 +0000 (00:09 +0000)
committernamespace <namespace>
Thu, 8 Mar 2007 00:09:38 +0000 (00:09 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@154 8a3a26a2-13c4-0310-b231-cf6edde360e5

CHANGES
libs/gtkutil/glfont.cpp

diff --git a/CHANGES b/CHANGES
index f290b854dc192d25d01f77c9d22613f101179920..b026e00fc68819be25dff6f9c9f1d8567b216464 100644 (file)
--- 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)
index da31b105292b1371c5483a2911d208844886dd19..e46236d34c4d2dd6684adb8d192636a6b1ff3cb6 100644 (file)
@@ -20,6 +20,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #include "glfont.h"
+#ifdef _WIN32
+       #include <windows.h>
+#endif
 #include <GL/gl.h>
 #include "debugging/debugging.h"