diff options
Diffstat (limited to 'src/string.h')
-rw-r--r-- | src/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.h b/src/string.h index 2874e37..a9006d1 100644 --- a/src/string.h +++ b/src/string.h | |||
@@ -18,12 +18,12 @@ | |||
18 | #include "bu/list.h" | 18 | #include "bu/list.h" |
19 | #include "bu/fmt.h" | 19 | #include "bu/fmt.h" |
20 | #include "bu/variant.h" | 20 | #include "bu/variant.h" |
21 | |||
22 | #include <string.h> | 21 | #include <string.h> |
23 | 22 | ||
24 | namespace Bu | 23 | namespace Bu |
25 | { | 24 | { |
26 | class String; | 25 | class String; |
26 | class MemBuf; | ||
27 | 27 | ||
28 | /** @cond DEVEL */ | 28 | /** @cond DEVEL */ |
29 | class StringCore | 29 | class StringCore |