Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 7, 2023
1 parent 48f930c commit 37bf389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xtd.core.native.macos/src/xtd/native/macos/thread.mm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define __XTD_CORE_NATIVE_LIBRARY__
#include <xtd/native/thread>
#undef __XTD_CORE_NATIVE_LIBRARY__
#include <math.h>
#include <cmath>
#include <pthread.h>
#include <thread>

Expand Down
2 changes: 1 addition & 1 deletion src/xtd.core.native.unix/src/xtd/native/unix/thread.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define __XTD_CORE_NATIVE_LIBRARY__
#include <xtd/native/thread>
#undef __XTD_CORE_NATIVE_LIBRARY__
#include <math.h>
#include <cmath>
#include <pthread.h>
#include <thread>

Expand Down

0 comments on commit 37bf389

Please sign in to comment.