Add missing include to tilearea_type.h

This commit is contained in:
Jonathan G Rennison
2019-07-04 17:06:42 +01:00
parent a1cf3358fe
commit 94f705e45e

View File

@@ -15,6 +15,7 @@
#include "stdafx.h"
#include INCLUDE_FOR_PREFETCH_NTA
#include "map_func.h"
#include <tuple>
/** Represents the covered area of e.g. a rail station */
struct OrthogonalTileArea {