diff options
Diffstat (limited to 'libstdc++-v3/include/ext/random.tcc')
-rw-r--r-- | libstdc++-v3/include/ext/random.tcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/ext/random.tcc b/libstdc++-v3/include/ext/random.tcc index 71ceea8..7274e0d 100644 --- a/libstdc++-v3/include/ext/random.tcc +++ b/libstdc++-v3/include/ext/random.tcc @@ -32,6 +32,8 @@ #pragma GCC system_header +#include <bits/requires_hosted.h> // GNU extensions are currently omitted + namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) { _GLIBCXX_BEGIN_NAMESPACE_VERSION |