missing EOF

This commit is contained in:
mattijs
2009-11-13 18:15:29 +00:00
parent 4f1305316d
commit 259a15d9f4
3 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,8 @@ Description
\* ------------------------------------------------------------------------- */
#include <sstream>
// For EOF only
#include <cstdio>
#include "scalar.H"
#include "IStringStream.H"

View File

@ -41,6 +41,9 @@ Description
#include "scalarList.H"
#include "IStringStream.H"
// For EOF only
#include <cstdio>
using namespace Foam;
#include "argList.H"