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