Skip to content

Commit 91d6934

Browse files
authored
Fix compilation error on gcc 13.2 (#1494)
Add missing system_error include Relates-To: GCC13-WARNING Signed-off-by: Harald Fernengel <harald.fernengel@here.com>
1 parent 2f2718d commit 91d6934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

olp-cpp-sdk-core/include/olp/core/porting/shared_mutex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <cassert>
2929
#include <condition_variable>
30+
#include <system_error>
3031

3132
#if (defined(__USE_UNIX98) || defined(__USE_XOPEN2K))
3233
#define HAVE_PTHREAD_RWLOCK

0 commit comments

Comments
 (0)