Add in header for uint32_t definition

This is needed for stricter/newer MSVC builds of downstream users.
This commit is contained in:
Ryan Harrison 2019-08-01 15:07:18 -04:00
parent eea340047e
commit 1f6fedd3b5

View File

@ -36,6 +36,7 @@
#ifndef _IOMAPPER_INCLUDED
#define _IOMAPPER_INCLUDED
#include <cstdint>
#include "LiveTraverser.h"
#include <unordered_map>
#include <unordered_set>