]> OCCT Git - occt.git/commitdiff
0033250: Configuration - Missing Limits header file
authoroan <oan@opencascade.com>
Tue, 20 Jun 2023 21:33:02 +0000 (22:33 +0100)
committeroan <oan@opencascade.com>
Tue, 20 Jun 2023 21:33:02 +0000 (22:33 +0100)
Added new include limits to fix build problem

src/ViewerTest/ViewerTest_CmdParser.cxx

index 04cb7d4b1cf49fe0f8c4dd2e6dc4cd47ff21be49..a8619da14425ac1261b791b84a74b884e34e6633 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <algorithm>
 #include <iostream>
+#include <limits>
 
 namespace
 {