fixed treeview when compiling without GUI

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2213 dfc29bdd-3216-0410-991c-e03cc46cb475
master
bitplane 2009-02-13 11:06:34 +00:00
parent 24552f90cf
commit 39c665ebd8
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@
// expaned by burningwater
#include "CGUITreeView.h"
#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUISkin.h"
#include "IGUIEnvironment.h"
#include "IVideoDriver.h"
@ -1082,3 +1085,6 @@ void CGUITreeView::setImageList( IGUIImageList* imageList )
} // end namespace gui
} // end namespace irr
#endif // _IRR_COMPILE_WITH_GUI_