From ddabec794c5875fc33d06ec370eab0099eaac99b Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 17 May 2002 16:32:33 +0000
Subject: added cassert include

---
 src/StringUtil.cc | 3 ++-
 src/Timer.cc      | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/StringUtil.cc b/src/StringUtil.cc
index d6e71b6..9c32e6b 100644
--- a/src/StringUtil.cc
+++ b/src/StringUtil.cc
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-//�$Id: StringUtil.cc,v 1.9 2002/04/08 22:29:45 fluxgen Exp $
+//�$Id: StringUtil.cc,v 1.10 2002/05/17 16:31:34 fluxgen Exp $
 
 #include "StringUtil.hh"
 
@@ -27,6 +27,7 @@
 #include <cstdio>
 #include <cstdlib>
 #include <cctype>
+#include <cassert>
 #include <memory>
 
 using namespace std;
diff --git a/src/Timer.cc b/src/Timer.cc
index cf2733e..876e53f 100644
--- a/src/Timer.cc
+++ b/src/Timer.cc
@@ -31,6 +31,7 @@
 #include "Timer.hh"
 #include <sys/types.h>
 #include <unistd.h>
+#include <cassert>
 
 //static var
 BTimer::TimerList BTimer::m_timerlist;
-- 
cgit v0.11.2