diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-03-09 00:05:05 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-03-09 00:05:05 +0000 |
commit | f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a (patch) | |
tree | e9a13468990ea1d255ba820a2a0e5cf39226f35a | |
parent | c8cb038634ebea6c37e86a30886676197e2ce807 (diff) | |
download | libbu++-f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a.tar.gz libbu++-f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a.tar.bz2 libbu++-f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a.tar.xz libbu++-f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a.zip |
The string thing compiles.
-rw-r--r-- | src/fstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fstring.h b/src/fstring.h index a6ec010..2eaa4ba 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define F_STRING_H | 2 | #define F_STRING_H |
3 | 3 | ||
4 | #include <stdint.h> | 4 | #include <stdint.h> |
5 | #include <memory> | ||
5 | 6 | ||
6 | /** | 7 | /** |
7 | * | 8 | * |