Fix compile error due to namespace conflicts in VC140.

This commit is contained in:
xiaohunqupo
2022-03-31 15:34:49 +08:00
parent b08c04b87a
commit 2152aae2a3
2 changed files with 14 additions and 2 deletions

View File

@@ -53,9 +53,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endif
using namespace Assimp;
using namespace glTFCommon;
namespace glTF {
using namespace glTFCommon;
#if _MSC_VER
#pragma warning(push)