diff options
author | jan Iversen <jani@libreoffice.org> | 2017-11-02 18:57:17 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-11-03 08:03:28 +0100 |
commit | 78f6fadca5e91dc2abe4b7b9451ebefe2b29dcb0 (patch) | |
tree | 41a345cedd254017cc84d8399e4454fc2c38ce9e /bridges/source | |
parent | 62896fb7a5983eb13ee87b94ae803e6552626d8d (diff) |
iOS include error in bridges
Need to use "" for call.hxx include
Change-Id: I9a30f3d3cfab83076f9ad22a5b637f8f4fc7c432
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_ios/call.cxx | 2 |
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() { |