diff options
Diffstat (limited to 'src/base64.h')
| -rw-r--r-- | src/base64.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base64.h b/src/base64.h index c7fb737..a00ed0e 100644 --- a/src/base64.h +++ b/src/base64.h | |||
| @@ -2,9 +2,12 @@ | |||
| 2 | #define BU_BASE64_H | 2 | #define BU_BASE64_H |
| 3 | 3 | ||
| 4 | #include "bu/filter.h" | 4 | #include "bu/filter.h" |
| 5 | #include "bu/exceptionbase.h" | ||
| 5 | 6 | ||
| 6 | namespace Bu | 7 | namespace Bu |
| 7 | { | 8 | { |
| 9 | subExceptionDecl( Base64Exception ); | ||
| 10 | |||
| 8 | /** | 11 | /** |
| 9 | * | 12 | * |
| 10 | *@ingroup Streams | 13 | *@ingroup Streams |
