From f99adae31ee16e33e1d503d9e2ea95f7fba1a53d Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 29 Sep 2021 19:52:35 +0200 Subject: [PATCH] Use config.h --- src/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debug.h b/src/debug.h index 3e6b6a0..b232876 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,5 +1,6 @@ #pragma once #include +#include "config/config.h" /// Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer //#define DEBUG_LOGIC