aboutsummaryrefslogtreecommitdiff
path: root/src/exceptionbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptionbase.cpp')
-rw-r--r--src/exceptionbase.cpp1
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
11Bu::ExceptionBase::ExceptionBase( const char *lpFormat, ... ) throw() : 12Bu::ExceptionBase::ExceptionBase( const char *lpFormat, ... ) throw() :
12 nErrorCode( 0 ), 13 nErrorCode( 0 ),