diff --git a/flow/gl_connection.h b/flow/gl_connection.h index 76ec31ee481..16b68f6bbfa 100644 --- a/flow/gl_connection.h +++ b/flow/gl_connection.h @@ -11,6 +11,14 @@ #include #include +#ifdef major +#undef major +#endif + +#ifdef minor +#undef minor +#endif + namespace flow { class GLConnection {