Browse Source

Merge pull request #3344 from assimp/fix_include

use correct include.
Kim Kulling 5 years ago
parent
commit
07c1396b50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fuzz/assimp_fuzzer.cc

+ 1 - 1
fuzz/assimp_fuzzer.cc

@@ -38,7 +38,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ---------------------------------------------------------------------------
 ---------------------------------------------------------------------------
 */
 */
-#include <assimp/cimport.h>
+#include <assimp/Importer.hpp>
 #include <assimp/scene.h>
 #include <assimp/scene.h>
 #include <assimp/postprocess.h>
 #include <assimp/postprocess.h>