Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions include/behaviortree_cpp/utils/shared_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -143,4 +143,4 @@ class SharedLibrary

} // namespace BT

#endif // Foundation_SharedLibrary_INCLUDED
#endif // BT_Foundation_SharedLibrary_INCLUDED
Loading