Date:2011-04-13 01:51:23 (12 years 11 months ago)
Author:Maarten ter Huurne
Commit:34a3d55d10ed814e03a767e4518ee3d728dcf5e8
Message:Added missing #include.

Fixes compile error when compiling with GCC 4.5.1.
Files: src/debug.h (1 diff)

Change Details

src/debug.h
22#ifndef DEBUG_H
33#define DEBUG_H
44
5#include <cstdio>
6
57#define NODEBUG_L 0
68#define ERROR_L 1
79#define WARNING_L 2

Archive Download the corresponding diff file



interactive