diff options
Diffstat (limited to 'src/formatter.cpp')
-rw-r--r-- | src/formatter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/formatter.cpp b/src/formatter.cpp index b841c5e..830e527 100644 --- a/src/formatter.cpp +++ b/src/formatter.cpp | |||
@@ -7,6 +7,8 @@ | |||
7 | 7 | ||
8 | #include "formatter.h" | 8 | #include "formatter.h" |
9 | 9 | ||
10 | #include <string.h> | ||
11 | |||
10 | Bu::Formatter::Formatter( Stream &rOut ) : | 12 | Bu::Formatter::Formatter( Stream &rOut ) : |
11 | rOut( rOut ), | 13 | rOut( rOut ), |
12 | uIndent( 0 ), | 14 | uIndent( 0 ), |