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

This commit is contained in:
Uwe
2022-02-28 03:56:45 +01:00
parent 7d83d141d3
commit d24e321364

View File

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