Skip to content

Commit

Permalink
use correct include.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Jul 23, 2020
1 parent 8edb0d5 commit 9a4b3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/assimp_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 9a4b3fd

Please sign in to comment.