diff options
author | Juozas <juozaspo@gmail.com> | 2018-12-03 20:31:20 +0200 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-12-03 19:31:20 +0100 |
commit | 94f2d99142946aca6481ee032ffc933ca6f0763d (patch) | |
tree | cd57de6fdcd6f2e3e6f9696d042778c4ac760879 /src/gui/touchscreengui.h | |
parent | a7025c72730adcd41648613cdad93f4e6507c3b4 (diff) | |
download | dragonfireclient-94f2d99142946aca6481ee032ffc933ca6f0763d.tar.xz |
Fix Android build errors (caused by 5f1cd55)
After commit 5f1cd55 touchscreengui.* files were pointing to old file locations
Diffstat (limited to 'src/gui/touchscreengui.h')
-rw-r--r-- | src/gui/touchscreengui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/touchscreengui.h b/src/gui/touchscreengui.h index 5102f188b..f60051c87 100644 --- a/src/gui/touchscreengui.h +++ b/src/gui/touchscreengui.h @@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <vector> #include "client/tile.h" -#include "game.h" +#include "client/game.h" using namespace irr; using namespace irr::core; |