mirror of https://github.com/CGAL/cgal
moved/added inclusion of basic.h to the beginning of the file
This commit is contained in:
parent
503ed4f9ee
commit
dd1b94f0b6
|
|
@ -1,9 +1,10 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Concatenate_iterator.h>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#include <CGAL/basic.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Reference in New Issue