Revision: 16151
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16151
Author: genscher
Date: 2008-08-17 19:16:49 +0200 (Sun, 17 Aug 2008)
Log Message:
-----------
Win64: forget include => this compile errors never showed up on msvc (if anyone
wonders)
Modified Paths:
--------------
trunk/blender/source/blender/blenlib/intern/BLI_ghash.c
trunk/blender/source/blender/blenlib/intern/psfont.c
Modified: trunk/blender/source/blender/blenlib/intern/BLI_ghash.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/BLI_ghash.c 2008-08-17
17:12:10 UTC (rev 16150)
+++ trunk/blender/source/blender/blenlib/intern/BLI_ghash.c 2008-08-17
17:16:49 UTC (rev 16151)
@@ -34,6 +34,8 @@
#include "MEM_guardedalloc.h"
#include "BLI_ghash.h"
+#include "BLO_sys_types.h" // for intptr_t support
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Modified: trunk/blender/source/blender/blenlib/intern/psfont.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/psfont.c 2008-08-17
17:12:10 UTC (rev 16150)
+++ trunk/blender/source/blender/blenlib/intern/psfont.c 2008-08-17
17:16:49 UTC (rev 16151)
@@ -43,6 +43,8 @@
#include "DNA_packedFile_types.h"
#include "DNA_curve_types.h"
+#include "BLO_sys_types.h" // for intptr_t support
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs