mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 13:29:42 +02:00
Added missing #include.
Fixes compile error when compiling with GCC 4.5.1.
This commit is contained in:
parent
bbda0d9cf8
commit
34a3d55d10
@ -2,6 +2,8 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#define NODEBUG_L 0
|
||||
#define ERROR_L 1
|
||||
#define WARNING_L 2
|
||||
|
Loading…
Reference in New Issue
Block a user