From kde-commits Wed Jul 20 20:53:23 2016 From: Tobias Leupold Date: Wed, 20 Jul 2016 20:53:23 +0000 To: kde-commits Subject: [kphotoalbum] Viewer: Fix building without KIPI. Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=146904801431750 Git commit 6455e21ee1e1d52e9bd35e61f776031d37ca1b6c by Tobias Leupold. Committed on 20/07/2016 at 20:53. Pushed by tleupold into branch 'master'. Fix building without KIPI. M +1 -0 Viewer/InfoBox.cpp http://commits.kde.org/kphotoalbum/6455e21ee1e1d52e9bd35e61f776031d37ca1b6c diff --git a/Viewer/InfoBox.cpp b/Viewer/InfoBox.cpp index 5c619c5..b37c0de 100644 --- a/Viewer/InfoBox.cpp +++ b/Viewer/InfoBox.cpp @@ -34,6 +34,7 @@ #include #include #include +#include = // Local includes #include "Browser/BrowserWidget.h"