Fix a glib problem on some distros.

This commit is contained in:
Godzil
2020-02-17 22:18:59 +00:00
parent 674831b370
commit c1e7496d21

View File

@@ -11,6 +11,14 @@
#include <tuple.h>
/* 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: