diff options
Diffstat (limited to 'include/Form.h')
-rw-r--r-- | include/Form.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Form.h b/include/Form.h index b12e2b5..f0fa93f 100644 --- a/include/Form.h +++ b/include/Form.h @@ -2,7 +2,7 @@ #define __FORM_H__ #include <Action.h> -#include <String.h> +#include <BString.h> #include <Exceptions.h> class Form : public Action { |