Added needed C header includes

[SVN r21334]
This commit is contained in:
John Maddock
2003-12-19 11:40:31 +00:00
parent be01708af3
commit 80104e292d
4 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <boost/regex.hpp> #include <boost/regex.hpp>
#ifdef JM_OLD_IOSTREAM #ifdef JM_OLD_IOSTREAM
#include <iostream.h> #include <iostream.h>

View File

@ -24,6 +24,7 @@
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include <wchar.h> #include <wchar.h>
#include <stdlib.h>
#include <boost/regex.h> #include <boost/regex.h>
#ifndef BOOST_NO_WREGEX #ifndef BOOST_NO_WREGEX

View File

@ -24,6 +24,7 @@
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include <wchar.h> #include <wchar.h>
#include <stdlib.h>
#include <boost/regex.h> #include <boost/regex.h>
#ifndef BOOST_NO_WREGEX #ifndef BOOST_NO_WREGEX

View File

@ -18,6 +18,7 @@
#endif #endif
#include <boost/concept_check.hpp> #include <boost/concept_check.hpp>
#include <boost/detail/workaround.hpp> #include <boost/detail/workaround.hpp>
#include <cstdlib>
int main() int main()