From c23e7b857accd4535a0559c00b13920d89f1eef0 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 2 Dec 2022 17:10:45 +0000 Subject: [PATCH] Add missing #include. Fixes https://github.com/boostorg/regex/issues/183 --- src/posix_api.cpp | 1 + src/wide_posix_api.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/posix_api.cpp b/src/posix_api.cpp index 95978e43..cab93854 100644 --- a/src/posix_api.cpp +++ b/src/posix_api.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #include #if defined(BOOST_NO_STDC_NAMESPACE) diff --git a/src/wide_posix_api.cpp b/src/wide_posix_api.cpp index abd68c59..50d1b18d 100644 --- a/src/wide_posix_api.cpp +++ b/src/wide_posix_api.cpp @@ -24,6 +24,7 @@ #include #include +#include #include #include