summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-10-10 01:43:08 +0200
committerNao Pross <naopross@thearcway.org>2019-10-10 01:43:08 +0200
commit9e15c97457bc12e4cbe284ca12adce941f404a5e (patch)
treeaaaeb95307b38e21329677c56f10f927dda51c11
parentFix indentation (diff)
downloadlibmm-matrices.tar.gz
libmm-matrices.zip
Remove debug include if NDEBUG is definedmatrices
-rw-r--r--include/mm/mmmatrix.hpp2
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>