diff options
-rw-r--r-- | test/app.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp index 0b143b71..1fed6c0c 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -1,4 +1,6 @@ #pragma once +#undef FM_NO_DEBUG +#include "compat/assert.hpp" #include <Magnum/Magnum.h> #ifdef __APPLE__ |