From 1969f59a9ca1408b6c107d679a83f6b73aeb2af9 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Wed, 12 Feb 2020 20:12:17 +0100 Subject: [PATCH] Add vector dependency to Enum macro --- src/Core/Enum.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Enum.hpp b/src/Core/Enum.hpp index e1e6905..1403760 100644 --- a/src/Core/Enum.hpp +++ b/src/Core/Enum.hpp @@ -1,5 +1,6 @@ #include #include +#include #include "Exceptions/NotReachableException.hpp" #include "MacroUtils.hpp"