mirror of https://github.com/CGAL/cgal
- Fix pour MipsPro (#include <CGAL/config.h> doit etre le PREMIER include).
This commit is contained in:
parent
45b849f588
commit
4200c1ec72
|
|
@ -24,8 +24,8 @@
|
|||
#ifndef CGAL_FIXED_PRECISION_NT_H
|
||||
#define CGAL_FIXED_PRECISION_NT_H
|
||||
|
||||
#include <iostream>
|
||||
#include <CGAL/config.h>
|
||||
#include <iostream>
|
||||
#ifndef CGAL_TAGS_H
|
||||
#include <CGAL/tags.h>
|
||||
#endif // CGAL_TAGS_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue