From b30dc8ffc978b412b3ee75d360410c6f9ebef85f Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Wed, 2 Nov 2016 19:54:53 +0100 Subject: [PATCH] Fixes compile issue for 3ds exporter ... when you have disabled the 3ds importer --- code/3DSExporter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/3DSExporter.cpp b/code/3DSExporter.cpp index 9bef335..d349018 100644 --- a/code/3DSExporter.cpp +++ b/code/3DSExporter.cpp @@ -44,6 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "3DSExporter.h" #include "3DSLoader.h" +#include "3DSHelper.h" #include "SceneCombiner.h" #include "SplitLargeMeshes.h" #include "StringComparison.h" @@ -54,6 +55,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. using namespace Assimp; namespace Assimp { +using namespace D3DS; namespace { -- 2.7.4