mirror of
https://github.com/boostorg/regex.git
synced 2025-07-13 12:26:37 +02:00
Added needed C header includes
[SVN r21334]
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <boost/regex.hpp>
|
||||
#ifdef JM_OLD_IOSTREAM
|
||||
#include <iostream.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <wchar.h>
|
||||
#include <stdlib.h>
|
||||
#include <boost/regex.h>
|
||||
|
||||
#ifndef BOOST_NO_WREGEX
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <wchar.h>
|
||||
#include <stdlib.h>
|
||||
#include <boost/regex.h>
|
||||
|
||||
#ifndef BOOST_NO_WREGEX
|
||||
|
@ -18,6 +18,7 @@
|
||||
#endif
|
||||
#include <boost/concept_check.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
int main()
|
||||
|
Reference in New Issue
Block a user