Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 30, 2024
1 parent de9b751 commit c9caf26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dsl/fusion/has_run_inline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#ifndef NUCLEAR_DSL_FUSION_HAS_INLINABLE_HPP
#define NUCLEAR_DSL_FUSION_HAS_INLINABLE_HPP
#ifndef NUCLEAR_DSL_FUSION_HAS_RUN_INLINE_HPP
#define NUCLEAR_DSL_FUSION_HAS_RUN_INLINE_HPP

#include "../../threading/ReactionTask.hpp"
#include "NoOp.hpp"
Expand Down Expand Up @@ -55,4 +55,4 @@ namespace dsl {
} // namespace dsl
} // namespace NUClear

#endif // NUCLEAR_DSL_FUSION_HAS_INLINABLE_HPP
#endif // NUCLEAR_DSL_FUSION_HAS_RUN_INLINE_HPP

0 comments on commit c9caf26

Please sign in to comment.