From 9e15c97457bc12e4cbe284ca12adce941f404a5e Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 10 Oct 2019 01:43:08 +0200 Subject: Remove debug include if NDEBUG is defined --- include/mm/mmmatrix.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 #include -- cgit v1.2.1