From 163edbe314a910605b59f289404125533027ed78 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 16 May 2004 09:33:58 +0000 Subject: [PATCH] hack around strange istream problem (as the comment says, it doesn't belong in this file, but whatever). --- stepmania/src/archutils/Darwin/wchar.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stepmania/src/archutils/Darwin/wchar.cpp b/stepmania/src/archutils/Darwin/wchar.cpp index 3f1d0ba7c3..324512090e 100644 --- a/stepmania/src/archutils/Darwin/wchar.cpp +++ b/stepmania/src/archutils/Darwin/wchar.cpp @@ -76,6 +76,12 @@ wchar_t *wmemset(wchar_t *ws , wchar_t wc, size_t n) #ifndef wstring template class std::basic_string, std::allocator >; #endif +/* This has nothing to do with this file, but I might as well put it here + * rather than make a new file just for it. + */ +#include +template std::basic_istream >& + std::basic_istream >::seekg(std::fpos<__mbstate_t>); #endif