Include CGAL header before the QtOpenGL file as this one includes <windows.h> which screws up a Leda header file, in case we have leda support

This commit is contained in:
Andreas Fabri 2008-11-12 10:52:01 +00:00
parent dc59756edd
commit f4d33c4550
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#ifndef MAINWINDOW_H #ifndef MAINWINDOW_H
#define MAINWINDOW_H #define MAINWINDOW_H
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <QtOpenGL/qgl.h> #include <QtOpenGL/qgl.h>
#include <CGAL/Qt/DemosMainWindow.h> #include <CGAL/Qt/DemosMainWindow.h>