X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscreen%2FTestRenderTexture.cpp;h=2aa2e09f574adbc8a214fe5c52d629bfd3c724ef;hb=c7cbb22667c901e6107dd099e02e9506f9fbd360;hp=2f2d1cf918728bbc03d1a4d2d11bd177d5641fc9;hpb=577dfa4f54665b1de54e8c9c83169474d025c587;p=simgear.git diff --git a/simgear/screen/TestRenderTexture.cpp b/simgear/screen/TestRenderTexture.cpp index 2f2d1cf9..2aa2e09f 100644 --- a/simgear/screen/TestRenderTexture.cpp +++ b/simgear/screen/TestRenderTexture.cpp @@ -9,13 +9,20 @@ #include -#include SG_GL_H -#include +#include + +#ifdef __APPLE__ +# include +#else +# include +#endif + #include #include #include #include +#include void Reshape(int w, int h);