From ef734d60d391fb2340dd35f0e455f334f134b43a Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Thu, 30 Jan 2020 00:57:50 -0500 Subject: [PATCH] Fixes for Linux build --- src/game/boe.locutils.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/game/boe.locutils.hpp b/src/game/boe.locutils.hpp index f57c82cb..ecf6e0c5 100644 --- a/src/game/boe.locutils.hpp +++ b/src/game/boe.locutils.hpp @@ -1,4 +1,7 @@ +#include +#include "location.hpp" + bool is_explored(short i,short j); void make_explored(short i,short j); void take_explored(short i,short j);