From f00101f496939d1726935c76e9da55f220df7d99 Mon Sep 17 00:00:00 2001 From: David Jordan Date: Thu, 16 Apr 2015 21:30:50 -0400 Subject: [PATCH] Added include of qnan.h (now that AssimpPCH.h include was taken out) --- code/PlyExporter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/PlyExporter.cpp b/code/PlyExporter.cpp index 72c95e884..32cb61058 100644 --- a/code/PlyExporter.cpp +++ b/code/PlyExporter.cpp @@ -48,7 +48,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "../include/assimp/scene.h" #include "../include/assimp/version.h" #include "../include/assimp/IOSystem.hpp" -#include "../include/assimp/Exporter.hpp" +#include "../include/assimp/Exporter.hpp" +#include "qnan.h" using namespace Assimp;