summaryrefslogtreecommitdiff
path: root/media-libs/openimageio/files/ivgl_h.patch
blob: abb370e78db1978e5049d94af2f89f09499c89e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/iv/ivgl.h
+++ b/src/iv/ivgl.h
@@ -52,6 +52,9 @@
 #include <OpenImageIO/imageio.h>
 #include <OpenImageIO/imagebuf.h>
 
+#include <GL/glu.h>
+#include <GL/glut.h>
+
 using namespace OIIO;
 
 class IvImage;