Skip to content

Commit

Permalink
gcc compiler error #5
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron authored Feb 10, 2024
1 parent 901b14b commit 041b047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarth/Threading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
#include "Threading"
#include <cstdlib>
#include <climits>
#include <cstring>

#ifdef _WIN32
# include <Windows.h>
#elif defined(__APPLE__) || defined(__LINUX__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__ANDROID__)
# include <unistd.h>
# include <sys/syscall.h>
# include <pthread.h>
# include <cstring>
#endif

// define the threading library singleton
Expand Down

0 comments on commit 041b047

Please sign in to comment.