From 2a49987a29270e14b5a9396b0ab3b7b4588770c3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 28 Apr 2008 23:01:03 +0000 Subject: Apparently there were a number of things that weren't strict ISO C++, the new version of gcc complained about them, none of these changes will break backward compatibility, so I fixed them. I added more docs too, it seems. --- src/paramproc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/paramproc.cpp') diff --git a/src/paramproc.cpp b/src/paramproc.cpp index 95f97c6..c8e6afd 100644 --- a/src/paramproc.cpp +++ b/src/paramproc.cpp @@ -7,6 +7,7 @@ #include "paramproc.h" #include +#include #define ptrtype( iitype, iiname ) \ Bu::ParamProc::ParamPtr::ParamPtr( iitype *iiname ) : \ -- cgit v1.2.3