From e80cfee1fee47a44ee61139dea8f6dd062d7cc5c Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Sun, 26 Dec 2021 20:48:02 +0100 Subject: [PATCH] fixed windows build --- include/lol/util/Exceptions.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lol/util/Exceptions.hpp b/include/lol/util/Exceptions.hpp index 4fd9ad1..5226682 100644 --- a/include/lol/util/Exceptions.hpp +++ b/include/lol/util/Exceptions.hpp @@ -1,6 +1,7 @@ #pragma once #include +#include #define TYPENAME(x) #x