Replace CGSubSurf direct includes to GL/glew.h

This commit is contained in:
Dalai Felinto 2017-04-07 13:03:24 +02:00
parent d649f26858
commit 8ec1a05ef5
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
# include "opensubdiv_converter_capi.h"
#endif
#include "GL/glew.h"
#include "GPU_glew.h"
/***/

View File

@ -43,7 +43,7 @@
#include "opensubdiv_capi.h"
#include "opensubdiv_converter_capi.h"
#include "GL/glew.h"
#include "GPU_glew.h"
#include "GPU_extensions.h"
#define OSD_LOG if (false) printf