mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-12-28 03:30:48 +02:00
Added missing #include.
Fixes compile error when compiling with GCC 4.5.1.
This commit is contained in:
parent
f10bb60717
commit
8995a3c196
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user