summaryrefslogtreecommitdiff
path: root/src/animated_tile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animated_tile.cpp')
-rw-r--r--src/animated_tile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/animated_tile.cpp b/src/animated_tile.cpp
index 3b572d11e..8995275e9 100644
--- a/src/animated_tile.cpp
+++ b/src/animated_tile.cpp
@@ -11,7 +11,8 @@
#include "stdafx.h"
#include "core/alloc_func.hpp"
-#include "functions.h"
+#include "tile_cmd.h"
+#include "viewport_func.h"
/** The table/list with animated tiles. */
TileIndex *_animated_tile_list = NULL;