aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 06c855a..b9f5ac8 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -33,9 +33,11 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+#ifdef GLX
#include <GL/glx.h>
-#include <GL/glu.h>
+#endif
+#include "libtess/glu.h"
#include "Item.h"
#include "Transfo.h"
#include "Types.h"