[Igarden-commit] Garden/source/Database RGXMLUtils.cpp,1.9,1.10
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 12:36:57
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26382 Modified Files: RGXMLUtils.cpp Log Message: Win32 changes Index: RGXMLUtils.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/RGXMLUtils.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** RGXMLUtils.cpp 9 Oct 2006 12:20:43 -0000 1.9 --- RGXMLUtils.cpp 22 Feb 2007 12:36:27 -0000 1.10 *************** *** 20,23 **** --- 20,24 ---- #include "Length.h" #include "MyAssert.h" + #include <stdio.h> long StringToInteger(const char *str) |