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


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to