diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-01 16:21:07 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-01 16:21:54 +0200 |
commit | a5c20f649d78c088f953ba1cb59f31d7a1bc200a (patch) | |
tree | 635e585286b39d1cd1644a7ce86fb4014c9b0f09 /cui | |
parent | c14b9630a9f2be95d8c55c253e516f3acd7ccf78 (diff) |
Need <config_features.h> here, too
Change-Id: I8bd752814994fedac17fe0d002b415902c276b20
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index 5d155dc9333a..d1c5986572d3 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> |