Parcourir la source

use correct include.

Kim Kulling il y a 5 ans
Parent
commit
9a4b3fd9de
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
 ---------------------------------------------------------------------------
 */
-#include <assimp/cimport.h>
+#include <assimp/Importer.hpp>
 #include <assimp/scene.h>
 #include <assimp/postprocess.h>