add missing config include

This commit is contained in:
Sébastien Loriot 2022-10-18 18:06:29 +02:00
parent ade16fc7d7
commit 215b2ea5c4
1 changed files with 2 additions and 0 deletions

View File

@ -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>