Skip to content

Commit d010b64

Browse files
committed
Avoid glew include in FTGL.h
1 parent f9fa7af commit d010b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graf3d/ftgl/inc/FTGL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typedef float FTGL_FLOAT;
2222
#include "Windows4Root.h"
2323
#endif
2424

25-
#include <GL/glew.h>
25+
#include <glad/gl.h>
2626

2727
#ifndef WIN32
2828
// Required for compatibility with glext.h style function definitions of

0 commit comments

Comments
 (0)