Commit e35eebd4 authored by marina.kolpakova's avatar marina.kolpakova

fix android build

parent e47f58f4
......@@ -54,7 +54,7 @@ struct Random
};
}
#elif (__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 1
#elif (__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 1 && !defined(__ANDROID__)
# if defined (__cplusplus) && __cplusplus > 201100L
# include <random>
......
......@@ -64,7 +64,7 @@ struct Random
};
}
#elif (__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 1
#elif (__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 1 && !defined(__ANDROID__)
# if defined (__cplusplus) && __cplusplus > 201100L
# include <random>
......
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