diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-22 11:12:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-22 11:57:57 +0300 |
commit | b56c9aaa80639f93531ae7aa2a929eca158c4401 (patch) | |
tree | 3fceefa62c8073296c4787969532abc747443b36 /test | |
parent | e72d794b3911eef7ed480fa895fa0b4ea0951f92 (diff) |
Avoid including <config_features.h> in <vcl/svapp.hxx>
Change-Id: I711621c89e8f75d4450867e303ccdc8017bcd9d7
Diffstat (limited to 'test')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index b7c49ba8aa11..e8dcfa80c32e 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -6,6 +6,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#include <config_features.h> + #include <test/bootstrapfixture.hxx> #include <tools/errinf.hxx> #include <rtl/strbuf.hxx> |