Skip to content

Commit

Permalink
Revise ObjBase.hpp
Browse files Browse the repository at this point in the history
Don't include ObjectName header unless object names are enabled
  • Loading branch information
bocchino committed Feb 26, 2024
1 parent 1af23ce commit 02c9cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fw/Obj/ObjBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
#define FW_OBJ_BASE_HPP

#include <FpConfig.hpp>
#if FW_OBJECT_NAMES == 1
#include <Fw/Types/ObjectName.hpp>
#endif

namespace Fw {

Expand Down

0 comments on commit 02c9cb9

Please sign in to comment.