[Box Backup-commit] COMMIT r1699 - box/chris/merge/infrastructure
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 20 Jun 2007 22:29:56 +0100
Author: chris
Date: 2007-06-20 22:29:55 +0100 (Wed, 20 Jun 2007)
New Revision: 1699
Modified:
box/chris/merge/infrastructure/buildenv-testmain-template.cpp
Log:
Include <string> to avoid compile failures on BSD, thanks James O'Gorman.
(refs #3, merges [1698])
Modified: box/chris/merge/infrastructure/buildenv-testmain-template.cpp
===================================================================
--- box/chris/merge/infrastructure/buildenv-testmain-template.cpp 2007-06-20 21:28:13 UTC (rev 1698)
+++ box/chris/merge/infrastructure/buildenv-testmain-template.cpp 2007-06-20 21:29:55 UTC (rev 1699)
@@ -38,6 +38,8 @@
#include <syslog.h>
#endif
+#include <string>
+
#include "Logging.h"
#include "Test.h"
#include "Timer.h"