Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-06-08 14:48:37 +0400
committerJoshua Leung <aligorith@gmail.com>2008-06-08 14:48:37 +0400
commit71573cbd55a9088f4f3011da473ad6101fc2b531 (patch)
treeb56ae1d75d405a37b1c6f0eef22c5b1f966bfab0 /source/gameengine/Ketsji/KX_RayCast.cpp
parentcee9c7a8faddb2b73b985e7d0911cc8a2aa679db (diff)
Bugfix #13666:
Missing #include <stdio.h> in source/gameengine/Ketsji/KX_RayCast.cpp
Diffstat (limited to 'source/gameengine/Ketsji/KX_RayCast.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_RayCast.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_RayCast.cpp b/source/gameengine/Ketsji/KX_RayCast.cpp
index ce7ed984985..b88741625b6 100644
--- a/source/gameengine/Ketsji/KX_RayCast.cpp
+++ b/source/gameengine/Ketsji/KX_RayCast.cpp
@@ -29,6 +29,7 @@
*/
#include <stdlib.h>
+#include <stdio.h>
#include "KX_RayCast.h"