From 28cc89aad16e8ea3c9eec7f45749c1cfaaf1d7af Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Thu, 29 Aug 2013 13:14:29 +0200 Subject: make the tinderbox information more reliable in the about dialog (fdo#58034) Pass the information via config_host/config_buildid.h. Then cui/source/dialogs/about.cxx will get rebuilt also in the incremental build. Change-Id: I058cbe162e7015cbea6c71253c20db097477708f --- cui/source/dialogs/about.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/source/dialogs/about.cxx') diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index ee943f8f4092..73fe04ebc5d5 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -42,6 +42,7 @@ #include #include #include "about.hxx" +#include #include #include #include -- cgit