From 0f1b55508c0530353d58a08bd3d26ac46f7a121b Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 3 Nov 2016 11:20:16 +0100 Subject: [PATCH] Fixed Mac compile error --- lib/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util.h b/lib/util.h index 2bb6cd9a..67a36972 100644 --- a/lib/util.h +++ b/lib/util.h @@ -1,5 +1,6 @@ #include #include +#include namespace Util { bool stringScan(const std::string & src, const std::string & pattern, std::deque & result);