Skip to content

Commit 214257e

Browse files
authored
fix: add missing #include <system_error> for std::errc (#511)
1 parent 41e5469 commit 214257e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cpp2util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
#include <compare>
218218
#include <iterator>
219219
#include <concepts>
220+
#include <system_error>
220221

221222
#ifndef CPP2_NO_EXCEPTIONS
222223
#include <exception>

0 commit comments

Comments
 (0)