mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-19 08:25:09 -04:00
See if this fixes ios build
This commit is contained in:
parent
c21c666e6c
commit
420352be4a
1 changed files with 5 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue