1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0033250: Configuration - Missing Limits header file

Added new include limits to fix build problem
This commit is contained in:
dpasukhi 2022-12-02 16:08:06 +00:00 committed by vglukhik
parent e0b19449a6
commit 4ec4f117ad

View File

@ -21,6 +21,7 @@
#include <algorithm>
#include <iostream>
#include <limits>
namespace
{