mirror of https://github.com/CGAL/cgal
add missing config include
This commit is contained in:
parent
ade16fc7d7
commit
215b2ea5c4
|
|
@ -17,6 +17,8 @@
|
|||
#ifndef CGAL_DRAW_ARRANGEMENT_2_H
|
||||
#define CGAL_DRAW_ARRANGEMENT_2_H
|
||||
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#include <unordered_map>
|
||||
#include <cstdlib>
|
||||
#include <random>
|
||||
|
|
|
|||
Loading…
Reference in New Issue