mirror of https://github.com/CGAL/cgal
#include <CGAL/basic.h> in the demo
This commit is contained in:
parent
d86d6fbfc9
commit
7c22f89b51
|
|
@ -17,6 +17,8 @@
|
|||
// - Move more basic IO routines in include/CGAL/IO/
|
||||
// - File menu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
// if QT is not installed, a message will be issued at runtime.
|
||||
#ifndef CGAL_USE_QT
|
||||
#include <iostream>
|
||||
|
|
@ -28,7 +30,6 @@ int main() {
|
|||
|
||||
#include <fstream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
// - Move more basic IO routines in include/CGAL/IO/
|
||||
// - File menu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
// if QT is not installed, a message will be issued at runtime.
|
||||
#ifndef CGAL_USE_QT
|
||||
#include <iostream>
|
||||
|
|
@ -53,7 +55,6 @@ struct Binary_operator_result <Root_of_2<T1>, Root_of_2<T2> >;
|
|||
|
||||
#include <fstream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
// - Move more basic IO routines in include/CGAL/IO/
|
||||
// - File menu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
// if QT is not installed, a message will be issued at runtime.
|
||||
#ifndef CGAL_USE_QT
|
||||
#include <iostream>
|
||||
|
|
@ -28,7 +30,6 @@ int main() {
|
|||
|
||||
#include <fstream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
// - Move more basic IO routines in include/CGAL/IO/
|
||||
// - File menu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
// if QT is not installed, a message will be issued at runtime.
|
||||
#ifndef CGAL_USE_QT
|
||||
#include <iostream>
|
||||
|
|
@ -28,7 +30,6 @@ int main() {
|
|||
|
||||
#include <fstream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
// - Move more basic IO routines in include/CGAL/IO/
|
||||
// - File menu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
// if QT is not installed, a message will be issued at runtime.
|
||||
#ifndef CGAL_USE_QT
|
||||
#include <iostream>
|
||||
|
|
@ -28,7 +30,6 @@ int main() {
|
|||
|
||||
#include <fstream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
// - Move more basic IO routines in include/CGAL/IO/
|
||||
// - File menu
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
// if QT is not installed, a message will be issued at runtime.
|
||||
#ifndef CGAL_USE_QT
|
||||
#include <iostream>
|
||||
|
|
@ -28,7 +30,6 @@ int main() {
|
|||
|
||||
#include <fstream>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue