[Box Backup-commit] COMMIT r1227 - box/chris/merge/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Dec 29 15:29:59 GMT 2006


Author: chris
Date: 2006-12-29 15:29:59 +0000 (Fri, 29 Dec 2006)
New Revision: 1227

Modified:
   box/chris/merge/lib/common/Test.h
Log:
Add missing include of <string> header (refs #3)


Modified: box/chris/merge/lib/common/Test.h
===================================================================
--- box/chris/merge/lib/common/Test.h	2006-12-16 20:27:44 UTC (rev 1226)
+++ box/chris/merge/lib/common/Test.h	2006-12-29 15:29:59 UTC (rev 1227)
@@ -20,7 +20,8 @@
 #endif
 
 #include <stdio.h>
- 
+#include <string>
+
 extern int failures;
 
 #define TEST_FAIL_WITH_MESSAGE(msg) {failures++; printf("FAILURE: " msg " at " __FILE__ "(%d)\n", __LINE__);}




More information about the Boxbackup-commit mailing list