aboutsummaryrefslogtreecommitdiff
path: root/src/tafreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tafreader.h')
-rw-r--r--src/tafreader.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/tafreader.h b/src/tafreader.h
index 53ab6d4..286ee39 100644
--- a/src/tafreader.h
+++ b/src/tafreader.h
@@ -9,12 +9,16 @@
9#define BU_TAF_READER_H 9#define BU_TAF_READER_H
10 10
11#include <stdint.h> 11#include <stdint.h>
12#include "bu/tafnode.h"
13#include "bu/stream.h"
14#include "bu/fstring.h" 12#include "bu/fstring.h"
15 13
16namespace Bu 14namespace Bu
17{ 15{
16 class TafNode;
17 class TafGroup;
18 class TafProperty;
19 class TafComment;
20 class Stream;
21
18 /** 22 /**
19 * 23 *
20 *@ingroup Taf 24 *@ingroup Taf