Replacing GL/gl.h by CGAL/gl.h

This commit is contained in:
Maxime Gimeno 2016-02-08 08:53:45 +01:00
parent b99c616c23
commit 49e5043f09
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <CGAL/Qt/debug.h>
#include <QDir>
#include <iostream>
#include <GL/gl.h>
#include <CGAL/gl.h>
namespace CGAL {
namespace Qt {