See if this fixes ios build

This commit is contained in:
SabeMP 2025-04-01 21:38:17 -03:00
parent c21c666e6c
commit 420352be4a
No known key found for this signature in database

View file

@ -20,6 +20,8 @@
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
#if defined(GEODE_IS_ANDROID)
#include "../../include/Geode/c++stl/gnustl/functexcept.h"
#include "../../include/Geode/c++stl/gnustl/regex_error.h"
#include <ios>
@ -129,4 +131,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
{ _GLIBCXX_THROW_OR_ABORT(std::bad_exception()); }
_GLIBCXX_END_NAMESPACE_VERSION
} // namespace
} // namespace
#endif