summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-11-02 18:57:17 +0100
committerjan Iversen <jani@libreoffice.org>2017-11-03 08:03:28 +0100
commit78f6fadca5e91dc2abe4b7b9451ebefe2b29dcb0 (patch)
tree41a345cedd254017cc84d8399e4454fc2c38ce9e /bridges
parent62896fb7a5983eb13ee87b94ae803e6552626d8d (diff)
iOS include error in bridges
Need to use "" for call.hxx include Change-Id: I9a30f3d3cfab83076f9ad22a5b637f8f4fc7c432
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_ios/call.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios/call.cxx b/bridges/source/cpp_uno/gcc3_ios/call.cxx
index 7b50e37e510d..405ff2f953e8 100644
--- a/bridges/source/cpp_uno/gcc3_ios/call.cxx
+++ b/bridges/source/cpp_uno/gcc3_ios/call.cxx
@@ -21,7 +21,7 @@
#include <sal/config.h>
-#include <call.hxx>
+#include "call.hxx"
void privateSnippetExecutor()
{