From 5f558cbbfc397a5e0a3f14dc1c630bceea921ef3 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 13 Jun 2003 13:03:44 +0000 Subject: include cstdio for sprintf --- src/ClientPattern.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ClientPattern.cc b/src/ClientPattern.cc index 76151aa..f340dc1 100644 --- a/src/ClientPattern.cc +++ b/src/ClientPattern.cc @@ -20,7 +20,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: ClientPattern.cc,v 1.2 2003/06/13 12:01:06 fluxgen Exp $ +// $Id: ClientPattern.cc,v 1.3 2003/06/13 13:03:44 fluxgen Exp $ #include "ClientPattern.hh" #include "RegExp.hh" @@ -38,6 +38,7 @@ #include #include #include +#include using namespace std; -- cgit v0.11.2