Kaydet (Commit) cefa4262 authored tarafından Miklos Vajna's avatar Miklos Vajna Kaydeden (comit) Jan Holesovsky

android: make compat header self-contained

Change-Id: I0362725646521c9e2126faeaaf35a1c1dbf775af
üst 032af1cc
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
#include <math.h> #include <math.h>
#if defined(ANDROID) #if defined(ANDROID)
#include <string>
#include <sstream>
namespace std namespace std
{ {
...@@ -65,4 +68,4 @@ template <typename T> std::string to_string(const T& rNumber) ...@@ -65,4 +68,4 @@ template <typename T> std::string to_string(const T& rNumber)
return aStream.str(); return aStream.str();
} }
} }
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment