[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19988] trunk/blender/source/blender/ include/BIF_editfont.h: missing stdint.h include

Martin Poirier theeth at yahoo.com
Thu Apr 30 01:33:04 CEST 2009


Revision: 19988
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19988
Author:   theeth
Date:     2009-04-30 01:33:04 +0200 (Thu, 30 Apr 2009)

Log Message:
-----------
missing stdint.h include

Modified Paths:
--------------
    trunk/blender/source/blender/include/BIF_editfont.h

Modified: trunk/blender/source/blender/include/BIF_editfont.h
===================================================================
--- trunk/blender/source/blender/include/BIF_editfont.h	2009-04-29 22:09:28 UTC (rev 19987)
+++ trunk/blender/source/blender/include/BIF_editfont.h	2009-04-29 23:33:04 UTC (rev 19988)
@@ -28,6 +28,7 @@
  */
 
 #include <wchar.h>
+#include <stdint.h>
 
 #ifndef BIF_EDITFONT_H
 #define BIF_EDITFONT_H





More information about the Bf-blender-cvs mailing list