diff options
author | BenoitT <benoit.tremblay@frimastudio.com> | 2011-10-28 16:38:35 -0300 |
---|---|---|
committer | BenoitT <benoit.tremblay@frimastudio.com> | 2011-10-28 16:38:35 -0300 |
commit | f2684dcf4c0a01bc7d278f734519ada4cb65eba7 (patch) | |
tree | aba3494e52228c76277af278a1202fe041c4abb9 /system | |
parent | 16dfb2f007aa7e9f0817ab74885ddf1597c9c442 (diff) |
Missing the locale class definition
Diffstat (limited to 'system')
-rw-r--r-- | system/include/libcxx/streambuf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/libcxx/streambuf b/system/include/libcxx/streambuf index f992c578..20ae24f3 100644 --- a/system/include/libcxx/streambuf +++ b/system/include/libcxx/streambuf @@ -111,6 +111,7 @@ protected: #include <__config> #include <iosfwd> #include <ios> +#include <__locale> #pragma GCC system_header |