diff options
Diffstat (limited to 'src/hud.cpp')
-rw-r--r-- | src/hud.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hud.cpp b/src/hud.cpp index 14e784a62..339f50d4c 100644 --- a/src/hud.cpp +++ b/src/hud.cpp @@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "log.h" #include "client.h" #include "inventory.h" +#include "shader.h" #include "client/tile.h" #include "localplayer.h" #include "camera.h" @@ -33,7 +34,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "guiscalingfilter.h" #include "mesh.h" #include "wieldmesh.h" -#include <IGUIStaticText.h> #include "client/renderingengine.h" #ifdef HAVE_TOUCHSCREENGUI |