diff options
Diffstat (limited to 'src/guiInventoryMenu.cpp')
-rw-r--r-- | src/guiInventoryMenu.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/guiInventoryMenu.cpp b/src/guiInventoryMenu.cpp index bf955a43e..165d4d862 100644 --- a/src/guiInventoryMenu.cpp +++ b/src/guiInventoryMenu.cpp @@ -22,6 +22,11 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "constants.h" #include "keycode.h" #include "strfnd.h" +#include <IGUICheckBox.h> +#include <IGUIEditBox.h> +#include <IGUIButton.h> +#include <IGUIStaticText.h> +#include <IGUIFont.h> void drawInventoryItem(video::IVideoDriver *driver, gui::IGUIFont *font, |