[Path] Voronoi: add include needed to compile with the CI

This commit is contained in:
Uwe
2022-02-28 04:01:53 +01:00
parent d24e321364
commit c4d0eb2f11

View File

@@ -22,7 +22,7 @@
#ifndef PATH_VORONOI_H
#define PATH_VORONOI_H
#include <limits>
#include <climits>
#include <map>
#include <vector>
#include <Base/BaseClass.h>