We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cf6df commit 8b2c01fCopy full SHA for 8b2c01f
include/behaviortree_cpp/utils/shared_library.h
@@ -35,8 +35,8 @@
35
// DEALINGS IN THE SOFTWARE.
36
//
37
38
-#ifndef Foundation_SharedLibrary_INCLUDED
39
-#define Foundation_SharedLibrary_INCLUDED
+#ifndef BT_Foundation_SharedLibrary_INCLUDED
+#define BT_Foundation_SharedLibrary_INCLUDED
40
41
#include "platform.hpp"
42
@@ -143,4 +143,4 @@ class SharedLibrary
143
144
} // namespace BT
145
146
-#endif // Foundation_SharedLibrary_INCLUDED
+#endif // BT_Foundation_SharedLibrary_INCLUDED
0 commit comments