diff options
Diffstat (limited to 'core/os/rw_lock.cpp')
-rw-r--r-- | core/os/rw_lock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/rw_lock.cpp b/core/os/rw_lock.cpp index a668fe2b4c..669f05c6b0 100644 --- a/core/os/rw_lock.cpp +++ b/core/os/rw_lock.cpp @@ -30,7 +30,7 @@ #include "rw_lock.h" -#include "core/error_macros.h" +#include "core/error/error_macros.h" #include <stddef.h> |