Commit 1f6fedd3 by Ryan Harrison

Add in header for uint32_t definition

This is needed for stricter/newer MSVC builds of downstream users.
parent eea34004
......@@ -36,6 +36,7 @@
#ifndef _IOMAPPER_INCLUDED
#define _IOMAPPER_INCLUDED
#include <cstdint>
#include "LiveTraverser.h"
#include <unordered_map>
#include <unordered_set>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment