diff --git a/src/gdd/dbMapper.cc b/src/gdd/dbMapper.cc index 7d72d699b..f950a7e8d 100644 --- a/src/gdd/dbMapper.cc +++ b/src/gdd/dbMapper.cc @@ -4,6 +4,9 @@ // $Id$ // // $Log$ +// Revision 1.32 2000/06/27 22:32:21 jhill +// backed out over-zelous use of smart pointers +// // Revision 1.31 2000/06/26 15:37:41 jhill // adjusted DLL symbol export // @@ -125,6 +128,10 @@ #include "dbMapper.h" // #include "templates/dbMapperTempl.h" +#ifndef min +# define min(a,b) (((a)<(b))?(a):(b)) +#endif + // hardcoded in same order as aitConvert.h // no way to detect a string type!!!!!!!