Merge pull request #62 from K1ngst0m/fix_gcc13

explicit include the stdint.h header for gcc 13
This commit is contained in:
Neil Bickford 2023-06-21 17:04:21 -07:00 committed by GitHub
commit a17f4afb10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@
#pragma once
#include "nvmath/nvmath.h"
#include "tiny_obj_loader.h"
#include <stdint.h>
#include <array>
#include <iostream>
#include <unordered_map>