Skip to content
Snippets Groups Projects
Commit d6525bf5 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

fix for mac os x

parent a72d2ca0
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,11 @@ ...@@ -15,7 +15,11 @@
#include "MElement.h" #include "MElement.h"
#include "Numeric.h" #include "Numeric.h"
#include "FlGui.h" #include "FlGui.h"
#if defined(__APPLE__)
#include <OpenGL/glu.h>
#else
#include <GL/glu.h> #include <GL/glu.h>
#endif
#include "Context.h" #include "Context.h"
static void lassoZoom(drawContext *ctx, mousePosition &click1, mousePosition &click2) static void lassoZoom(drawContext *ctx, mousePosition &click1, mousePosition &click2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment