include/android/compatibility.hxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e7544e2297a7411f5cf724d12566c6a1610866b6
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Wed Jan 17 11:44:06 2018 +0100

    android: make compat header self-contained
    
    Change-Id: I0362725646521c9e2126faeaaf35a1c1dbf775af

diff --git a/include/android/compatibility.hxx 
b/include/android/compatibility.hxx
index d52d1bdb2455..0926358caf6f 100644
--- a/include/android/compatibility.hxx
+++ b/include/android/compatibility.hxx
@@ -20,6 +20,9 @@
 #include <math.h>
 
 #if defined(ANDROID)
+#include <string>
+#include <sstream>
+
 namespace std
 {
 
@@ -65,4 +68,4 @@ template <typename T> std::string to_string(const T& rNumber)
     return aStream.str();
 }
 }
-#endif
\ No newline at end of file
+#endif
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to