diff options
Diffstat (limited to '')
-rw-r--r-- | src/tafnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tafnode.h b/src/tafnode.h index fcdfdf5..526ef68 100644 --- a/src/tafnode.h +++ b/src/tafnode.h | |||
@@ -12,9 +12,11 @@ | |||
12 | #include "bu/fstring.h" | 12 | #include "bu/fstring.h" |
13 | #include "bu/hash.h" | 13 | #include "bu/hash.h" |
14 | #include "bu/list.h" | 14 | #include "bu/list.h" |
15 | #include "bu/exceptionbase.h" | ||
15 | 16 | ||
16 | namespace Bu | 17 | namespace Bu |
17 | { | 18 | { |
19 | subExceptionDecl( TafException ); | ||
18 | /** | 20 | /** |
19 | * | 21 | * |
20 | *@ingroup Taf | 22 | *@ingroup Taf |