summaryrefslogtreecommitdiff
path: root/misc/libreoffice/patches/patch-opencl_source_openclconfig.cxx
blob: e8b96875c5c75e4e1abba4c703829661c6ad5736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-opencl_source_openclconfig.cxx,v 1.1 2018/04/19 18:07:03 mrg Exp $

add missing ICU namespace needed for icu 61.

--- opencl/source/openclconfig.cxx.orig	2018-03-29 08:04:09.000000000 -0700
+++ opencl/source/openclconfig.cxx	2018-04-17 18:02:24.130022792 -0700
@@ -17,6 +17,8 @@
 #include <sal/log.hxx>
 #include <sal/types.h>
 
+using namespace U_ICU_NAMESPACE;
+
 OpenCLConfig::OpenCLConfig() :
     mbUseOpenCL(true)
 {