From 44a764d21e7e0a617ec13a29a89360c459d5e81a Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 10 Apr 2012 16:05:44 +0200 Subject: [PATCH] missing include on newer system Signed-off-by: Gwenhael Le Moine --- src/Ncurses_UI.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ncurses_UI.hh b/src/Ncurses_UI.hh index 02c44cb..c0f097d 100644 --- a/src/Ncurses_UI.hh +++ b/src/Ncurses_UI.hh @@ -25,6 +25,7 @@ /* includes */ #include +#include #include "../libngstar2/NGStar2.hh" #include "../libngstar2/Configuration.hh"