Fix a glib problem on some distros.
This commit is contained in:
@@ -11,6 +11,14 @@
|
|||||||
|
|
||||||
#include <tuple.h>
|
#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
|
class Matrix
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
Reference in New Issue
Block a user