Skip to content

Commit

Permalink
add missing include for logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Jul 23, 2020
1 parent 9a4b3fd commit dcc8419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/assimp_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +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 dcc8419

Please sign in to comment.