[Libreoffice-commits] core.git: cui/source
Tor Lillqvist
tml at collabora.com
Wed Feb 1 14:22:36 UTC 2017
cui/source/dialogs/about.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a5c20f649d78c088f953ba1cb59f31d7a1bc200a
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Feb 1 16:21:07 2017 +0200
Need <config_features.h> here, too
Change-Id: I8bd752814994fedac17fe0d002b415902c276b20
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 5d155dc..d1c5986 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <config_features.h>
+
#include <vcl/layout.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
More information about the Libreoffice-commits
mailing list