Skip to content

Commit

Permalink
Add pthread include.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Jan 23, 2025
1 parent e42d8f2 commit 0ae237f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catkit_core/EventConditionVariable.inl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "EventBase.h"

#include <pthread.h>
#include "Timing.h"

using EventConditionVariable = EventImpl<EventImplementationType::ET_CONDITION_VARIABLE>;
Expand Down

0 comments on commit 0ae237f

Please sign in to comment.