diff --git a/.travis.yml b/.travis.yml index 35d1257..61e540b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - ubuntu-toolchain-r-test packages: - cmake - - libgd2-noxpm-dev + - libfreeimage-dev - libsqlite3-dev - p7zip - g++-6 diff --git a/TileGenerator.h b/TileGenerator.h index 1a2b1ab..e99ce1e 100644 --- a/TileGenerator.h +++ b/TileGenerator.h @@ -1,7 +1,6 @@ #ifndef TILEGENERATOR_HEADER #define TILEGENERATOR_HEADER -#include #include #include #include