Scons compile fix for SVN 28661.

* Missing 'blenloader' include.
This commit is contained in:
Thomas Dinges 2010-05-08 07:48:37 +00:00
parent ad068e6351
commit d906d8ce3a

@ -14,6 +14,7 @@ incs = [
'../../blenlib',
'../../windowmanager',
'../../blenfont',
'../../blenloader',
]
if not env['WITH_BF_PYTHON']: