added cassert include

This commit is contained in:
fluxgen 2002-05-17 16:32:33 +00:00
parent 160485f469
commit ddabec794c
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -31,6 +31,7 @@
#include "Timer.hh"
#include <sys/types.h>
#include <unistd.h>
#include <cassert>
//static var
BTimer::TimerList BTimer::m_timerlist;