summaryrefslogtreecommitdiffstats
path: root/src/ufo-power-spectrum-task.c
diff options
context:
space:
mode:
authorTomas Farago <sensej007@email.cz>2020-06-16 13:27:15 +0200
committerGitHub <noreply@github.com>2020-06-16 13:27:15 +0200
commit04f1cf13aae8d6a18d0e7ad23dec93a5baa3e66f (patch)
tree7d1560c06e42eaa54f4072168351dc186a4528cd /src/ufo-power-spectrum-task.c
parentdb3cd886b8303a8a5aff20c76660ed49c2365f94 (diff)
parent86c9551f08a28db25ff4966093114a92eb92f6bb (diff)
downloadufo-filters-04f1cf13aae8d6a18d0e7ad23dec93a5baa3e66f.tar.gz
ufo-filters-04f1cf13aae8d6a18d0e7ad23dec93a5baa3e66f.tar.bz2
ufo-filters-04f1cf13aae8d6a18d0e7ad23dec93a5baa3e66f.tar.xz
ufo-filters-04f1cf13aae8d6a18d0e7ad23dec93a5baa3e66f.zip
Merge pull request #206 from ufo-kit/opencl-warning
Fix undefined CL_TARGET_OPENCL_VERSION warning
Diffstat (limited to 'src/ufo-power-spectrum-task.c')
-rw-r--r--src/ufo-power-spectrum-task.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ufo-power-spectrum-task.c b/src/ufo-power-spectrum-task.c
index 6b86f1a..9033049 100644
--- a/src/ufo-power-spectrum-task.c
+++ b/src/ufo-power-spectrum-task.c
@@ -16,6 +16,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
#ifdef __APPLE__
#include <OpenCL/cl.h>