2
0
Эх сурвалжийг харах

Added include of qnan.h (now that AssimpPCH.h include was taken out)

David Jordan 10 жил өмнө
parent
commit
f00101f496
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      code/PlyExporter.cpp

+ 2 - 1
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;