From f3ca230f0a9f04a85ad20bb84f6c866325bb85a9 Mon Sep 17 00:00:00 2001 From: LightCat Date: Mon, 25 Mar 2019 21:31:31 +0100 Subject: [PATCH] Fix ENABLE_VISUALS Broken in Key.hpp --- include/settings/Key.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/settings/Key.hpp b/include/settings/Key.hpp index 0f23b828..03ff289b 100644 --- a/include/settings/Key.hpp +++ b/include/settings/Key.hpp @@ -1,9 +1,10 @@ /* Created on 01.07.18. */ - #pragma once +#include "config.h" + #if ENABLE_VISUALS #include