Merge pull request #62 from K1ngst0m/fix_gcc13
explicit include the stdint.h header for gcc 13
This commit is contained in:
commit
a17f4afb10
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue