[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15161] trunk/blender/source/gameengine/ Ketsji/KX_RayCast.cpp: Bugfix #13666:

Joshua Leung aligorith at gmail.com
Sun Jun 8 12:48:38 CEST 2008


Revision: 15161
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15161
Author:   aligorith
Date:     2008-06-08 12:48:37 +0200 (Sun, 08 Jun 2008)

Log Message:
-----------
Bugfix #13666: 

Missing #include <stdio.h> in source/gameengine/Ketsji/KX_RayCast.cpp

Modified Paths:
--------------
    trunk/blender/source/gameengine/Ketsji/KX_RayCast.cpp

Modified: trunk/blender/source/gameengine/Ketsji/KX_RayCast.cpp
===================================================================
--- trunk/blender/source/gameengine/Ketsji/KX_RayCast.cpp	2008-06-08 10:46:30 UTC (rev 15160)
+++ trunk/blender/source/gameengine/Ketsji/KX_RayCast.cpp	2008-06-08 10:48:37 UTC (rev 15161)
@@ -29,6 +29,7 @@
  */
 
 #include <stdlib.h>
+#include <stdio.h>
 
 #include "KX_RayCast.h"
 





More information about the Bf-blender-cvs mailing list