1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 20:40:44 +03:00

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

View File

@ -2,6 +2,8 @@
#ifndef DEBUG_H #ifndef DEBUG_H
#define DEBUG_H #define DEBUG_H
#include <cstdio>
#define NODEBUG_L 0 #define NODEBUG_L 0
#define ERROR_L 1 #define ERROR_L 1
#define WARNING_L 2 #define WARNING_L 2