Cycles: fix compile error for cycles_test.
This commit is contained in:
@@ -20,16 +20,16 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "util_opengl.h"
|
||||
#include "util_time.h"
|
||||
#include "util_view.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <GLUT/glut.h>
|
||||
#else
|
||||
#include <GL/glut.h>
|
||||
#endif
|
||||
|
||||
#include "util_opengl.h"
|
||||
#include "util_time.h"
|
||||
#include "util_view.h"
|
||||
|
||||
CCL_NAMESPACE_BEGIN
|
||||
|
||||
/* structs */
|
||||
|
Reference in New Issue
Block a user