From 1280e19fd0ebd4efb923a81dec7d784b7ea7a888 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 30 Oct 2021 12:56:52 +0200 Subject: [PATCH] Add reference to to Enum header. --- src/Enum.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Enum.hpp b/src/Enum.hpp index aa759e5..50d8afe 100644 --- a/src/Enum.hpp +++ b/src/Enum.hpp @@ -1,3 +1,4 @@ +#include #include "MacroUtils.hpp" #include "StringView.hpp"