diff options
Diffstat (limited to 'src/exceptionbase.cpp')
-rw-r--r-- | src/exceptionbase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptionbase.cpp b/src/exceptionbase.cpp index 6d019af..cea779d 100644 --- a/src/exceptionbase.cpp +++ b/src/exceptionbase.cpp | |||
@@ -7,6 +7,7 @@ | |||
7 | 7 | ||
8 | #include "exceptionbase.h" | 8 | #include "exceptionbase.h" |
9 | #include <stdarg.h> | 9 | #include <stdarg.h> |
10 | #include <string.h> | ||
10 | 11 | ||
11 | Bu::ExceptionBase::ExceptionBase( const char *lpFormat, ... ) throw() : | 12 | Bu::ExceptionBase::ExceptionBase( const char *lpFormat, ... ) throw() : |
12 | nErrorCode( 0 ), | 13 | nErrorCode( 0 ), |