diff options
Diffstat (limited to 'src/tafwriter.cpp')
-rw-r--r-- | src/tafwriter.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tafwriter.cpp b/src/tafwriter.cpp index 3a33b11..9abaea4 100644 --- a/src/tafwriter.cpp +++ b/src/tafwriter.cpp | |||
@@ -5,7 +5,9 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "tafwriter.h" | 8 | #include "bu/tafwriter.h" |
9 | #include "bu/tafnode.h" | ||
10 | #include "bu/stream.h" | ||
9 | 11 | ||
10 | Bu::TafWriter::TafWriter( Bu::Stream &sOut ) : | 12 | Bu::TafWriter::TafWriter( Bu::Stream &sOut ) : |
11 | sOut( sOut ), | 13 | sOut( sOut ), |