From 7b7e256e4f7d6da26c3dd170d6cd25e1989d210c Mon Sep 17 00:00:00 2001 From: Benjamin Nauck Date: Mon, 31 Mar 2025 23:50:19 +0200 Subject: [PATCH] App: Add `#include ` where used --- src/App/ComplexGeoData.cpp | 1 + src/App/Link.cpp | 9 +++++++-- src/App/ObjectIdentifier.cpp | 1 + src/App/PropertyUnits.cpp | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/App/ComplexGeoData.cpp b/src/App/ComplexGeoData.cpp index 4cb6994d6f..02c02d1bb6 100644 --- a/src/App/ComplexGeoData.cpp +++ b/src/App/ComplexGeoData.cpp @@ -28,6 +28,7 @@ #ifndef _PreComp_ #include +#include #endif #include diff --git a/src/App/Link.cpp b/src/App/Link.cpp index 9312aa13d2..1645c495e2 100644 --- a/src/App/Link.cpp +++ b/src/App/Link.cpp @@ -21,10 +21,15 @@ ****************************************************************************/ #include "PreCompiled.h" + +#ifndef _PreComp_ +#include +#endif + +#include +#include #include -#include -#include #include #include diff --git a/src/App/ObjectIdentifier.cpp b/src/App/ObjectIdentifier.cpp index 0c80b13672..fde8bff2ff 100644 --- a/src/App/ObjectIdentifier.cpp +++ b/src/App/ObjectIdentifier.cpp @@ -24,6 +24,7 @@ #ifndef _PreComp_ #include +#include #endif #include diff --git a/src/App/PropertyUnits.cpp b/src/App/PropertyUnits.cpp index 153b64bfa2..300c3ca786 100644 --- a/src/App/PropertyUnits.cpp +++ b/src/App/PropertyUnits.cpp @@ -22,6 +22,7 @@ #include "PreCompiled.h" #ifndef _PreComp_ +#include #endif #include