X3D importer: Workaround for buggy Android NDK (issue #1361)

pull/1364/head
Patrick Dähne 2017-07-26 14:14:11 +02:00
parent cf0a83de17
commit 16ed8861eb
1 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef ASSIMP_BUILD_NO_X3D_IMPORTER
// Workaround for issue #1361
// https://github.com/assimp/assimp/issues/1361
#ifdef __ANDROID__
#define _GLIBCXX_USE_C99 1
#endif
#include "FIReader.hpp"
#include "Exceptional.h"
#include <assimp/IOStream.hpp>