diff options
| author | Nikolas Klauser <nikolasklauser@berlin.de> | 2024-11-16 19:25:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-16 19:25:03 +0100 |
| commit | dedc5159997ebd3573a2e6397ba9b08faeb1b015 (patch) | |
| tree | 76719dabe58add40f621f6afc3ba3e35cd8ffb21 /libcxx/src/system_error.cpp | |
| parent | adb80d8a4cdc04936980fd88c6c8dd85ccac3135 (diff) | |
[libc++] Avoid including <string> in <mutex> (#116254)
Diffstat (limited to 'libcxx/src/system_error.cpp')
| -rw-r--r-- | libcxx/src/system_error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/src/system_error.cpp b/libcxx/src/system_error.cpp index 53838c6c6d21..d555bca995c4 100644 --- a/libcxx/src/system_error.cpp +++ b/libcxx/src/system_error.cpp @@ -8,6 +8,7 @@ #include <__assert> #include <__config> +#include <__system_error/throw_system_error.h> #include <__verbose_abort> #include <cerrno> #include <cstdio> |
