TechDraw: Add #include <limits> where used

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

View File

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