diff options
Diffstat (limited to 'core/os/rw_lock.h')
-rw-r--r-- | core/os/rw_lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/rw_lock.h b/core/os/rw_lock.h index 1035072cce..1190102a83 100644 --- a/core/os/rw_lock.h +++ b/core/os/rw_lock.h @@ -31,7 +31,7 @@ #ifndef RW_LOCK_H #define RW_LOCK_H -#include "core/error_list.h" +#include "core/error/error_list.h" class RWLock { protected: |