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