Kaydet (Commit) e7544e22 authored tarafından Miklos Vajna's avatar Miklos Vajna

android: make compat header self-contained

Change-Id: I0362725646521c9e2126faeaaf35a1c1dbf775af
üst 5bc37875
......@@ -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
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