all repos — fluxbox @ ddabec794c5875fc33d06ec370eab0099eaac99b

custom fork of the fluxbox windowmanager

added cassert include
fluxgen fluxgen
commit

ddabec794c5875fc33d06ec370eab0099eaac99b

parent

160485f469e90d18280396bb5d38d217a8964bea

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/StringUtil.ccsrc/StringUtil.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 <string>

#include <cstdio> #include <cstdlib> #include <cctype> +#include <cassert> #include <memory> using namespace std;
M src/Timer.ccsrc/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;