TechDraw: Add #include <limits> where used

This commit is contained in:
Benjamin Nauck
2025-03-31 23:53:03 +02:00
parent fb9249220e
commit 738bc95fa2
19 changed files with 23 additions and 6 deletions

View File

@@ -71,6 +71,7 @@
#include <gp_Dir.hxx>
#include <gp_Pln.hxx>
#include <gp_Pnt.hxx>
#include <limits>
#include <sstream>
#endif