Skip to content

Commit cc3b85f

Browse files
author
Aidan Lee
committed
Missing include in apple implementation
1 parent e95c6d6 commit cc3b85f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hx/thread/CountingSemaphore.apple.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <hxcpp.h>
22
#include <dispatch/dispatch.h>
3+
#include <hx/thread/CountingSemaphore.hpp>
34

45
struct hx::thread::CountingSemaphore_obj::Impl
56
{

0 commit comments

Comments
 (0)