diff options
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index c9756c9..576f757 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -97,6 +97,6 @@ class Exit : public GeneralException { int code; }; -#include <String.h> +#include <BString.h> #endif |