0033250: Configuration - Missing Limits header file
authordpasukhi <dpasukhi@opencascade.com>
Fri, 2 Dec 2022 16:08:06 +0000 (16:08 +0000)
committersmoskvin <smoskvin@opencascade.com>
Sun, 4 Dec 2022 10:48:24 +0000 (13:48 +0300)
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
 {