Added missing #include.

Fixes compile error when compiling with GCC 4.5.1.
This commit is contained in:
Maarten ter Huurne
2011-04-13 03:14:10 +02:00
parent bbda0d9cf8
commit 34a3d55d10
+2
View File
@@ -2,6 +2,8 @@
#ifndef DEBUG_H
#define DEBUG_H
#include <cstdio>
#define NODEBUG_L 0
#define ERROR_L 1
#define WARNING_L 2