diff --git a/src/Contexts/EglContext.cpp b/src/Contexts/EglContext.cpp index fcf7de69f..4f28ca148 100644 --- a/src/Contexts/EglContext.cpp +++ b/src/Contexts/EglContext.cpp @@ -15,6 +15,8 @@ #include "EglContext.h" +#define None 0L // redef Xlib nonsense + using namespace std; namespace Magnum { namespace Contexts {