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:
authorCampbell Barton <ideasman42@gmail.com>2015-06-13 21:52:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-13 21:53:10 +0300
commit75a86d6a8e48c988294303a2390a0c7b86cca417 (patch)
tree6d4c613fa94c2f13126caa7418c9bf96d83b8f9f /source/gameengine/Ketsji/KX_MouseFocusSensor.cpp
parenta1ac42f5ebbe965743182f5b0e0876dbeed00156 (diff)
Fix for building without Python
Diffstat (limited to 'source/gameengine/Ketsji/KX_MouseFocusSensor.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_MouseFocusSensor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp b/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp
index c2c83266791..c3c693ed55f 100644
--- a/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp
+++ b/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp
@@ -36,6 +36,8 @@
# pragma warning(disable:4786)
#endif
+#include <stdio.h>
+
#include "MT_Point3.h"
#include "RAS_FramingManager.h"
#include "RAS_ICanvas.h"