[Box Backup-commit] COMMIT r1196 - box/chris/merge/infrastructure
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Tue, 12 Dec 2006 22:42:07 +0000
Author: chris
Date: 2006-12-12 22:42:07 +0000 (Tue, 12 Dec 2006)
New Revision: 1196
Modified:
box/chris/merge/infrastructure/buildenv-testmain-template.cpp
Log:
Compile fix: include std::string definition (refs #3)
Modified: box/chris/merge/infrastructure/buildenv-testmain-template.cpp
===================================================================
--- box/chris/merge/infrastructure/buildenv-testmain-template.cpp 2006-12-12 22:40:31 UTC (rev 1195)
+++ box/chris/merge/infrastructure/buildenv-testmain-template.cpp 2006-12-12 22:42:07 UTC (rev 1196)
@@ -23,6 +23,7 @@
#include <stdarg.h>
#include <fcntl.h>
#include <errno.h>
+#include <string>
#ifdef WIN32
#include "emu.h"