Point: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:52:24 +02:00
parent 65a0fb0ed4
commit 30ff61f7c0

View File

@@ -23,6 +23,7 @@
#ifndef POINTS_GRID_H
#define POINTS_GRID_H
#include <limits>
#include <set>
#include <Base/BoundBox.h>