MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>

This commit is contained in:
curt
1999-01-19 20:56:53 +00:00
parent 23fbd5919f
commit 180e2188ba
3 changed files with 15 additions and 1 deletions

View File

@@ -29,6 +29,8 @@
#include <string>
FG_USING_NAMESPACE(std);
#include "bucketutils.h"
#include <Include/compiler.h>
@@ -69,6 +71,9 @@ operator<< ( ostream& out, const fgBUCKET& b )
// $Log$
// Revision 1.2 1999/01/19 20:56:53 curt
// MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
//
// Revision 1.1 1998/11/09 23:42:12 curt
// Initial revision.
//