diff options
Diffstat (limited to '')
-rw-r--r-- | src/stdstream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdstream.cpp b/src/stdstream.cpp index 05b8ee7..6f9f052 100644 --- a/src/stdstream.cpp +++ b/src/stdstream.cpp | |||
@@ -5,6 +5,7 @@ | |||
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 <stdio.h> | ||
8 | #include "bu/stdstream.h" | 9 | #include "bu/stdstream.h" |
9 | 10 | ||
10 | Bu::StdStream::StdStream() | 11 | Bu::StdStream::StdStream() |