From 80104e292dcd9527f521da41eadcc55f6aa07ef5 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 19 Dec 2003 11:40:31 +0000 Subject: [PATCH] Added needed C header includes [SVN r21334] --- example/jgrep/main.cpp | 1 + test/c_compiler_checks/wide_posix_api_check.c | 1 + test/c_compiler_checks/wide_posix_api_check.cpp | 1 + test/concepts/concept_check.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/example/jgrep/main.cpp b/example/jgrep/main.cpp index ecaffb82..19693479 100644 --- a/example/jgrep/main.cpp +++ b/example/jgrep/main.cpp @@ -16,6 +16,7 @@ #include +#include #include #ifdef JM_OLD_IOSTREAM #include diff --git a/test/c_compiler_checks/wide_posix_api_check.c b/test/c_compiler_checks/wide_posix_api_check.c index 5a2ea0ce..e1e5df91 100644 --- a/test/c_compiler_checks/wide_posix_api_check.c +++ b/test/c_compiler_checks/wide_posix_api_check.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #ifndef BOOST_NO_WREGEX diff --git a/test/c_compiler_checks/wide_posix_api_check.cpp b/test/c_compiler_checks/wide_posix_api_check.cpp index 79ed451f..ad898d28 100644 --- a/test/c_compiler_checks/wide_posix_api_check.cpp +++ b/test/c_compiler_checks/wide_posix_api_check.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #ifndef BOOST_NO_WREGEX diff --git a/test/concepts/concept_check.cpp b/test/concepts/concept_check.cpp index bf936bc2..5b0ac98b 100644 --- a/test/concepts/concept_check.cpp +++ b/test/concepts/concept_check.cpp @@ -18,6 +18,7 @@ #endif #include #include +#include int main()