mirror of https://github.com/CGAL/cgal
Add #include <CGAL/basic.h> at the beginning
This commit is contained in:
parent
22ad725de1
commit
55ed3d7ceb
|
|
@ -18,6 +18,7 @@
|
|||
//
|
||||
// Author(s) : Daniel Russel <drussel@alumni.princeton.edu>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Kinetic/IO/internal/Qt_core.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
//
|
||||
// Author(s) : Daniel Russel <drussel@alumni.princeton.edu>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Kinetic/basic.h>
|
||||
#include <CGAL/Kinetic/IO/internal/Qt_timer.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//
|
||||
// Author(s) : Daniel Russel <drussel@alumni.princeton.edu>
|
||||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Kinetic/IO/internal/Qt_widget_2_core.h>
|
||||
|
||||
#include "Kinetic_Qt_widget_2_core.moc"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
//
|
||||
// Author(s) : Daniel Russel <drussel@alumni.princeton.edu>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Kinetic/IO/internal/Qt_window_2.h>
|
||||
#include <CGAL/Kinetic/IO/internal/pixmaps.h>
|
||||
#include "Kinetic_Qt_window_2.moc"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
//
|
||||
// Author(s) : Daniel Russel <drussel@alumni.princeton.edu>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/Kinetic/basic.h>
|
||||
#include <CGAL/Kinetic/IO/internal/pixmaps.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
// Author(s) : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
// Peter Hachenberger <hachenberger@mpi-sb.mpg.de>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef CGAL_USE_QT
|
||||
|
||||
#include <CGAL/IO/Qt_widget_OpenGL.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
//
|
||||
// Author(s) : Radu Ursu <rursu@sophia.inria.fr
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <CGAL/IO/Qt_help_window.h>
|
||||
|
||||
/* XPM */
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
//
|
||||
// Author(s) : Laurent Rineau & Radu Ursu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef CGAL_USE_QT
|
||||
|
||||
#include <CGAL/Bbox_2.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
//
|
||||
// Author(s) : Radu Ursu & Laurent Rineau
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef CGAL_USE_QT
|
||||
|
||||
#include <CGAL/IO/Qt_widget_history.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
//
|
||||
// Author(s) : Laurent Rineau & Radu Ursu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef CGAL_USE_QT
|
||||
|
||||
#include <CGAL/IO/Qt_widget_layer.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
//
|
||||
// Author(s) : Radu Ursu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef CGAL_USE_QT
|
||||
|
||||
#include <CGAL/IO/Qt_widget.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
//
|
||||
// Author(s) : Radu Ursu <rursu@geometryfactory.com>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
|
||||
|
||||
/* XPM */
|
||||
|
|
|
|||
Loading…
Reference in New Issue