From 527b66ae956bc1cfb88bafcb773d5786158f0de6 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 18 Apr 2015 19:19:58 +0200 Subject: [PATCH] fix linking when compiling with g++ --- src/display.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/display.cpp b/src/display.cpp index 6241068e..d0b2727f 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -25,6 +25,7 @@ #include "display.h" #include "format_impl.h" #include "helpers.h" +#include "menu_impl.h" #include "song_info.h" #include "playlist.h" #include "global.h"