[Box Backup-commit] COMMIT r2407 - box/trunk/lib/common

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Mon Dec 8 22:14:45 GMT 2008


Author: chris
Date: 2008-12-08 22:14:44 +0000 (Mon, 08 Dec 2008)
New Revision: 2407

Modified:
   box/trunk/lib/common/BoxException.h
Log:
Include <string> header in all exception classes, as it's required by
exceptions that can have a message assigned in their constructors.


Modified: box/trunk/lib/common/BoxException.h
===================================================================
--- box/trunk/lib/common/BoxException.h	2008-12-08 22:11:21 UTC (rev 2406)
+++ box/trunk/lib/common/BoxException.h	2008-12-08 22:14:44 UTC (rev 2407)
@@ -11,6 +11,7 @@
 #define BOXEXCEPTION__H
 
 #include <exception>
+#include <string>
 
 // --------------------------------------------------------------------------
 //




More information about the Boxbackup-commit mailing list