diff --git a/src/Manager.hh b/src/Manager.hh index 9e7d33d..d5abaeb 100644 --- a/src/Manager.hh +++ b/src/Manager.hh @@ -20,7 +20,7 @@ #include #include -// #include +#include #include @@ -52,9 +52,9 @@ namespace ignition public: bool Stop(); /// \brief Private data pointer. - // IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING + IGN_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING private: std::unique_ptr dataPtr; - // IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING + IGN_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING }; } }