Skip to content

Commit

Permalink
Merge pull request #114 from RIT-EVT/bugfix/aclowmclaughlin/FixedQueu…
Browse files Browse the repository at this point in the history
…eIncludeFix

Fixing Queue
aclowmclaughlin authored Jan 28, 2025

Verified

This commit was signed with the committer’s verified signature.
2 parents 6dd4d06 + 320788e commit 5e94372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/core/utils/types/FixedQueue.hpp
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
#ifndef _EVT_FIXED_QUEUE_
#define _EVT_FIXED_QUEUE_

#include <stdint.h>
#include <cstddef>

namespace core::types {

0 comments on commit 5e94372

Please sign in to comment.