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

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <limits>
#include <boost/signals2.hpp>
#include <boost/signals2/connection.hpp>
#endif