3d viewer: fix compil issue (missing include in c3d_render_ogl_legacy.cpp)

This commit is contained in:
jean-pierre charras 2020-04-24 08:24:59 +02:00
parent 69db66e1ea
commit cf66aac15d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* @brief
*/
#include <GL/glew.h>
#include "c3d_render_ogl_legacy.h"
#include "ogl_legacy_utils.h"