summaryrefslogtreecommitdiff
path: root/src/sets
diff options
context:
space:
mode:
Diffstat (limited to 'src/sets')
-rw-r--r--src/sets/tileset.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sets/tileset.hpp b/src/sets/tileset.hpp
index 09799ce..3e8938b 100644
--- a/src/sets/tileset.hpp
+++ b/src/sets/tileset.hpp
@@ -2,6 +2,7 @@
#include <SFML/Graphics/Texture.hpp>
#include "entryset.hpp"
+#include <algorithm>
#define TILE_WIDTH 16
#define TILE_HEIGHT 16