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"
 


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

Reply via email to