aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-03-09 00:05:05 +0000
committerMike Buland <eichlan@xagasoft.com>2007-03-09 00:05:05 +0000
commitf7e9ed64eb3815c53ba06b392f1a0b1b8f09113a (patch)
treee9a13468990ea1d255ba820a2a0e5cf39226f35a /src/fstring.h
parentc8cb038634ebea6c37e86a30886676197e2ce807 (diff)
downloadlibbu++-f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a.tar.gz
libbu++-f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a.tar.bz2
libbu++-f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a.tar.xz
libbu++-f7e9ed64eb3815c53ba06b392f1a0b1b8f09113a.zip
The string thing compiles.
Diffstat (limited to '')
-rw-r--r--src/fstring.h1
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 *