Merge pull request #1054 from mgerhardy/patch-2

Fixes compile issue for 3ds exporter
pull/1056/head
Kim Kulling 2016-11-03 12:35:56 +01:00 committed by GitHub
commit 6c7accfb3d
1 changed files with 2 additions and 0 deletions

View File

@ -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 {