bridges/source/cpp_uno/gcc3_ios/call.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 78f6fadca5e91dc2abe4b7b9451ebefe2b29dcb0
Author: jan Iversen <j...@libreoffice.org>
Date:   Thu Nov 2 18:57:17 2017 +0100

    iOS include error in bridges
    
    Need to use "" for call.hxx include
    
    Change-Id: I9a30f3d3cfab83076f9ad22a5b637f8f4fc7c432

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()
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to