From 46d749cfcc35cab7153b81175599a4b670dc55d5 Mon Sep 17 00:00:00 2001 From: mes5k Date: Thu, 21 Oct 2004 22:50:12 +0000 Subject: [PATCH] fixed includes --- examples/test1.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/test1.cpp b/examples/test1.cpp index fecb57b..a095627 100644 --- a/examples/test1.cpp +++ b/examples/test1.cpp @@ -1,4 +1,7 @@ #include +#include +#include +#include #include using namespace TCLAP;