diff --git a/src/IVtkDraw/IVtkDraw_Interactor.cxx b/src/IVtkDraw/IVtkDraw_Interactor.cxx index 08e5fe3dde..06626bb315 100644 --- a/src/IVtkDraw/IVtkDraw_Interactor.cxx +++ b/src/IVtkDraw/IVtkDraw_Interactor.cxx @@ -27,6 +27,15 @@ #undef AllValues #endif +// Resolve name collisions with X11 headers +#ifdef Status +#undef Status +#endif + +#ifdef Success +#undef Success +#endif + #include #include #endif