diff --git a/src/dds_manager.cpp b/src/dds_manager.cpp index aaf6171..1093b61 100644 --- a/src/dds_manager.cpp +++ b/src/dds_manager.cpp @@ -29,6 +29,12 @@ #include "platformIndependent.h" #include "std_qosC.h" +//For using static open dds these files need to be in some cpp file +#if defined (ACE_AS_STATIC_LIBS) + #include + #include +#endif + std::map g_transportInstances; //------------------------------------------------------------------------------