Properly and efficiently use split utility headers
[oweals/minetest.git] / src / guiInventoryMenu.cpp
index 8bae80a2e829cec2f7951b62eff2932fd95d10c7..f60c5b4552c985c63341a49bcb0c5a8f843e3917 100644 (file)
@@ -30,6 +30,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <IGUIFont.h>
 #include "log.h"
 #include "tile.h" // ITextureSource
+#include "util/string.h"
+#include "util/numeric.h"
 
 void drawItemStack(video::IVideoDriver *driver,
                gui::IGUIFont *font,