* src/misc/timer.cc: Include cassert.

This commit is contained in:
Alexandre Duret-Lutz 2004-12-06 09:04:59 +00:00
parent 668666d246
commit e9b260c081
2 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include "timer.hh"
#include <iostream>
#include <iomanip>
#include <cassert>
namespace spot
{