mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
nif_file.hpp: add stdint.h include to fix build
It fixes such compile errors as: * error: ‘uint8_t’ does not name a type * error: ‘uint16_t’ does not name a type * error: ‘uint32_t’ does not name a type
This commit is contained in:
parent
c08e098d7f
commit
20deb97a09
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <stdexcept>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "record.hpp"
|
||||
#include "nif_types.hpp"
|
||||
|
|
Loading…
Reference in a new issue