From 34a3d55d10ed814e03a767e4518ee3d728dcf5e8 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 13 Apr 2011 01:51:23 +0200 Subject: [PATCH] Added missing #include. Fixes compile error when compiling with GCC 4.5.1. --- src/debug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/debug.h b/src/debug.h index 5ba9387..12e101b 100644 --- a/src/debug.h +++ b/src/debug.h @@ -2,6 +2,8 @@ #ifndef DEBUG_H #define DEBUG_H +#include + #define NODEBUG_L 0 #define ERROR_L 1 #define WARNING_L 2