diff --git a/source/include/matrix.h b/source/include/matrix.h index 4a9806b..24bc5a0 100644 --- a/source/include/matrix.h +++ b/source/include/matrix.h @@ -11,6 +11,14 @@ #include +/* Some **** linux distro seems to define "minor" as a macro + * and wreak havoc. + * Let's make sure we are clean here + */ +#ifdef minor +#undef minor +#endif + class Matrix { protected: