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
path: root/source
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2015-03-23 17:04:47 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-03-26 16:13:42 +0300
commit1e9318935132b5d23b1e7ec18b20481070837f89 (patch)
tree74faa7f6c9fb79352d1c84deb16d5b927092ac07 /source
parent66b25f72c40f072e7fc41721a58d255f3618c6dc (diff)
Missing include path for scons build files of the gameengine player.
Diffstat (limited to 'source')
-rw-r--r--source/gameengine/GamePlayer/ghost/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/ghost/SConscript b/source/gameengine/GamePlayer/ghost/SConscript
index 610abcd0357..27adc000413 100644
--- a/source/gameengine/GamePlayer/ghost/SConscript
+++ b/source/gameengine/GamePlayer/ghost/SConscript
@@ -57,6 +57,7 @@ incs = [
'#source/blender/include',
'#source/blender/makesdna',
'#source/blender/makesrna',
+ '#source/blender/pointcache',
'#source/gameengine/Rasterizer',
'#source/gameengine/GameLogic',
'#source/gameengine/Expressions',