fixed iOS framework compile errors after recent changes

This commit is contained in:
Vadim Pisarevsky
2013-02-28 00:54:01 +04:00
parent d620ef0d55
commit 11ba220e02
2 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ struct Random
}}}
#elif (__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 1 && !defined(__ANDROID__)
#elif (__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 1 && !defined(__ANDROID__) && !defined(__APPLE__)
# if defined (__cplusplus) && __cplusplus > 201100L
# include <random>