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:
authorJoseph Eagar <joeedh@gmail.com>2009-08-27 12:54:33 +0400
committerJoseph Eagar <joeedh@gmail.com>2009-08-27 12:54:33 +0400
commit6dd345a323c9a563533538c1cb6caa4b01077666 (patch)
tree005ad52a2720ca10347808937acafcae6f0808ef /source/blender/editors/space_info/SConscript
parent2abb982099c76b895e3db91d479be2a45d39868e (diff)
forgot to bmeshafy the stats code the info window uses after the merge
Diffstat (limited to 'source/blender/editors/space_info/SConscript')
-rw-r--r--source/blender/editors/space_info/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_info/SConscript b/source/blender/editors/space_info/SConscript
index 01268115687..ba1110274ff 100644
--- a/source/blender/editors/space_info/SConscript
+++ b/source/blender/editors/space_info/SConscript
@@ -4,7 +4,7 @@ Import ('env')
sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../makesrna ../../imbuf ../../blenfont'
-incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
+incs += ' ../../bmesh ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
defs = []