diff options
-rw-r--r-- | include/mm/mmmatrix.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mm/mmmatrix.hpp b/include/mm/mmmatrix.hpp index 0f8833e..28e8c1d 100644 --- a/include/mm/mmmatrix.hpp +++ b/include/mm/mmmatrix.hpp @@ -11,7 +11,9 @@ */ #pragma once +#ifndef NDEBUG #include "mm/debug.hpp" +#endif #include <iostream> #include <iomanip> |