summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/android/compatibility.hxx5
1 files changed, 4 insertions, 1 deletions
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