diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-01 16:27:19 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-01 16:27:32 +0200 |
commit | a0b4f816ce9b02b0b7cfb7fa74f74ecd9d8ae375 (patch) | |
tree | cb2f9a12d7ab1b898034e3fc72ed72c7b4b3c028 /desktop | |
parent | a5c20f649d78c088f953ba1cb59f31d7a1bc200a (diff) |
Need <config_features.h> here, too
Change-Id: I39d443e582a6e82947f9c833b157f137a082a358
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/opencl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/app/opencl.cxx b/desktop/source/app/opencl.cxx index f436971b5d61..d4ddee4a2683 100644 --- a/desktop/source/app/opencl.cxx +++ b/desktop/source/app/opencl.cxx @@ -15,6 +15,7 @@ #include "app.hxx" #include <config_version.h> +#include <config_features.h> #include <config_folders.h> #include <rtl/bootstrap.hxx> |