Add in header for uint32_t definition
This is needed for stricter/newer MSVC builds of downstream users.
This commit is contained in:
parent
eea340047e
commit
1f6fedd3b5
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#ifndef _IOMAPPER_INCLUDED
|
||||
#define _IOMAPPER_INCLUDED
|
||||
|
||||
#include <cstdint>
|
||||
#include "LiveTraverser.h"
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue