XRInterface: fix plugin to build on linux
Make sure that glew.h is included before gl.h or else some translation units will not compile. Add missing include guards, and ensure that system libraries defining some symbols are not included before Qt headers that define the same names.
Please register or sign in to comment