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 <stdlib.h>
#include <boost/regex.hpp>
#ifdef JM_OLD_IOSTREAM
#include <iostream.h>