Skip to content

Commit

Permalink
Fix compilation error on gcc 13.2 (#1494)
Browse files Browse the repository at this point in the history
Add missing system_error include

Relates-To: GCC13-WARNING

Signed-off-by: Harald Fernengel <[email protected]>
  • Loading branch information
haraldF committed Apr 4, 2024
1 parent 2f2718d commit 91d6934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions olp-cpp-sdk-core/include/olp/core/porting/shared_mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include <cassert>
#include <condition_variable>
#include <system_error>

#if (defined(__USE_UNIX98) || defined(__USE_XOPEN2K))
#define HAVE_PTHREAD_RWLOCK
Expand Down

0 comments on commit 91d6934

Please sign in to comment.