|
@@ -58,7 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
namespace Assimp {
|
|
namespace Assimp {
|
|
namespace D3DS {
|
|
namespace D3DS {
|
|
|
|
|
|
-#include "./../include/assimp/Compiler/pushpack1.h"
|
|
|
|
|
|
+#include <assimp/Compiler/pushpack1.h>
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------
|
|
/** Discreet3DS class: Helper class for loading 3ds files. Defines chunks
|
|
/** Discreet3DS class: Helper class for loading 3ds files. Defines chunks
|
|
@@ -363,7 +363,7 @@ struct Texture {
|
|
int iUVSrc;
|
|
int iUVSrc;
|
|
};
|
|
};
|
|
|
|
|
|
-#include "./../include/assimp/Compiler/poppack1.h"
|
|
|
|
|
|
+#include <assimp/Compiler/poppack1.h>
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------
|
|
/** Helper structure representing a 3ds material */
|
|
/** Helper structure representing a 3ds material */
|