diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-02-19 22:46:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-02-19 22:46:37 +0000 |
commit | 76e10d8d10a9743444942fd0ba5d0f58a122f370 (patch) | |
tree | f2e65c6e6baad263391dd7dc981a7f8e167bb707 /src/confpair.h | |
parent | 0a8a63f836fe8fc6f8b21517d8a5b012544f5e89 (diff) | |
download | libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.gz libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.bz2 libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.xz libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.zip |
Hey, this code isn't being used by anyone anymore, ever, anywhere, but I madeoriginal
it compile to get some old tests, and I figured I may as well not throw all that
away.
Diffstat (limited to 'src/confpair.h')
-rw-r--r-- | src/confpair.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confpair.h b/src/confpair.h index 56eb06e..9d1fe8d 100644 --- a/src/confpair.h +++ b/src/confpair.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <stdint.h> | 4 | #include <stdint.h> |
5 | #include <string> | 5 | #include <string> |
6 | #include <string.h> | ||
6 | #include <sstream> | 7 | #include <sstream> |
7 | #include "confpairbase.h" | 8 | #include "confpairbase.h" |
8 | 9 | ||