[Box Backup-commit] COMMIT r1700 - box/chris/general/infrastructure

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Jun 20 22:32:06 BST 2007


Author: chris
Date: 2007-06-20 22:32:06 +0100 (Wed, 20 Jun 2007)
New Revision: 1700

Modified:
   box/chris/general/infrastructure/buildenv-testmain-template.cpp
Log:
Include <string> to avoid compile failures on BSD, thanks James O'Gorman.
(merges [1698], [1699])


Modified: box/chris/general/infrastructure/buildenv-testmain-template.cpp
===================================================================
--- box/chris/general/infrastructure/buildenv-testmain-template.cpp	2007-06-20 21:29:55 UTC (rev 1699)
+++ box/chris/general/infrastructure/buildenv-testmain-template.cpp	2007-06-20 21:32:06 UTC (rev 1700)
@@ -38,6 +38,8 @@
 	#include <syslog.h>
 #endif
 
+#include <string>
+
 #include "Logging.h"
 #include "Test.h"
 #include "Timer.h"




More information about the Boxbackup-commit mailing list