From 038815ae3a019ac56fa1c62e18c5861166d3a975 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 18 Dec 2009 15:32:37 +0000 Subject: Wow, cool, Bu::Formatter can read all the basic types now, (int, float, bool, char, etc.) and OptParser totally works. I have one last change to make to it, which is using the return value of signal type options to determine weather or not the option took a parameter at all, especially in the case of short options. --- src/stdstream.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdstream.cpp') diff --git a/src/stdstream.cpp b/src/stdstream.cpp index 05b8ee7..6f9f052 100644 --- a/src/stdstream.cpp +++ b/src/stdstream.cpp @@ -5,6 +5,7 @@ * terms of the license contained in the file LICENSE. */ +#include #include "bu/stdstream.h" Bu::StdStream::StdStream() -- cgit v1.2.3