mirror of https://github.com/CGAL/cgal
Fix CORE include.
This commit is contained in:
parent
e2e4323dd7
commit
569f82f4c8
|
|
@ -37,7 +37,7 @@ int main() { return 0; }
|
|||
|
||||
#else
|
||||
|
||||
#include "CORE.h"
|
||||
#include <CORE/CORE.h>
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
|
|
|
|||
Loading…
Reference in New Issue