examples: gl: generic: recordgraphic: fix build with MSVC

This commit is contained in:
Tim-Philipp Müller 2018-09-19 23:43:10 +01:00
parent 448ed0f244
commit 336983d52c

View file

@ -17,6 +17,9 @@
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#if defined(_MSC_VER)
# include <windows.h>
#endif
#include <GL/gl.h>
#if defined(__WIN32__) || defined(_WIN32)