Merge pull request #20559 from hyarion/refactor/add-limits
Add `#include <limits>` in all files where it is used
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#ifndef POINTS_GRID_H
|
||||
#define POINTS_GRID_H
|
||||
|
||||
#include <limits>
|
||||
#include <set>
|
||||
|
||||
#include <Base/BoundBox.h>
|
||||
|
||||
Reference in New Issue
Block a user