[Box Backup-commit] COMMIT r1698 - box/trunk/infrastructure

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Jun 20 22:28:13 BST 2007


Author: chris
Date: 2007-06-20 22:28:13 +0100 (Wed, 20 Jun 2007)
New Revision: 1698

Modified:
   box/trunk/infrastructure/buildenv-testmain-template.cpp
Log:
Include <string> to avoid compile failures on BSD, thanks James O'Gorman.


Modified: box/trunk/infrastructure/buildenv-testmain-template.cpp
===================================================================
--- box/trunk/infrastructure/buildenv-testmain-template.cpp	2007-06-19 21:38:47 UTC (rev 1697)
+++ box/trunk/infrastructure/buildenv-testmain-template.cpp	2007-06-20 21:28:13 UTC (rev 1698)
@@ -30,6 +30,8 @@
 	#include <syslog.h>
 #endif
 
+#include <string>
+
 #include "MemLeakFindOn.h"
 
 int test(int argc, const char *argv[]);




More information about the Boxbackup-commit mailing list