From 78654aa1cf9d9d26564032093e62a4df4dfba2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 3 Mar 2019 09:36:57 +0100 Subject: [PATCH] Added missing include --- src/map/rmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/rmap.h b/src/map/rmap.h index 20b3785c..1d5cbbea 100644 --- a/src/map/rmap.h +++ b/src/map/rmap.h @@ -1,6 +1,7 @@ #ifndef RMAP_H #define RMAP_H +#include #include "map.h" #include "transform.h" #include "projection.h"