Added missing #include.

Fixes compile error when compiling with GCC 4.5.1.
This commit is contained in:
Maarten ter Huurne
2011-04-13 01:51:23 +02:00
parent f10bb60717
commit 8995a3c196
+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