diff options
Diffstat (limited to '')
| -rw-r--r-- | src/fifo.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -14,9 +14,12 @@ | |||
| 14 | 14 | ||
| 15 | #include "bu/stream.h" | 15 | #include "bu/stream.h" |
| 16 | #include "bu/fstring.h" | 16 | #include "bu/fstring.h" |
| 17 | #include "bu/exceptionbase.h" | ||
| 17 | 18 | ||
| 18 | namespace Bu | 19 | namespace Bu |
| 19 | { | 20 | { |
| 21 | subExceptionDecl( FifoException ); | ||
| 22 | |||
| 20 | /** | 23 | /** |
| 21 | * A fifo stream. | 24 | * A fifo stream. |
| 22 | *@ingroup Streams | 25 | *@ingroup Streams |
