From a99f022487162cbecd5fcc921af0569cbc88fa4e Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Sat, 2 Apr 2016 22:08:25 +0000 Subject: [PATCH] add missing include --- Src/Util/Format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Util/Format.h b/Src/Util/Format.h index 6397e96..d2c2a8e 100644 --- a/Src/Util/Format.h +++ b/Src/Util/Format.h @@ -4,6 +4,7 @@ #include #include #include +#include namespace Util {