Skip to content

Commit

Permalink
Add missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Nov 12, 2024
1 parent b71806c commit 8d0462b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catkit_core/SynchronizationSemaphore.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "SynchronizationSemaphore.h"
#include "Timing.h"

#ifdef _WIN32
void SynchronizationSemaphore::Wait(long timeout_in_ms, std::function<bool()> condition, void (*error_check)())
Expand Down

0 comments on commit 8d0462b

Please sign in to comment.