diff --git a/include/behaviortree_cpp/utils/shared_library.h b/include/behaviortree_cpp/utils/shared_library.h index 16e432d00..c4b292fd4 100644 --- a/include/behaviortree_cpp/utils/shared_library.h +++ b/include/behaviortree_cpp/utils/shared_library.h @@ -35,8 +35,8 @@ // DEALINGS IN THE SOFTWARE. // -#ifndef Foundation_SharedLibrary_INCLUDED -#define Foundation_SharedLibrary_INCLUDED +#ifndef BT_Foundation_SharedLibrary_INCLUDED +#define BT_Foundation_SharedLibrary_INCLUDED #include "platform.hpp" @@ -143,4 +143,4 @@ class SharedLibrary } // namespace BT -#endif // Foundation_SharedLibrary_INCLUDED +#endif // BT_Foundation_SharedLibrary_INCLUDED