From d906d8ce3a1e93b95852b13b67783480b338a28a Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 8 May 2010 07:48:37 +0000 Subject: Scons compile fix for SVN 28661. * Missing 'blenloader' include. --- source/blender/editors/space_console/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_console') diff --git a/source/blender/editors/space_console/SConscript b/source/blender/editors/space_console/SConscript index ecc10a1d0c3..d50902446ba 100644 --- a/source/blender/editors/space_console/SConscript +++ b/source/blender/editors/space_console/SConscript @@ -14,6 +14,7 @@ incs = [ '../../blenlib', '../../windowmanager', '../../blenfont', + '../../blenloader', ] if not env['WITH_BF_PYTHON']: -- cgit v1.2.3