Merge pull request #1860 from zoddicus/fixShaderCRoll

Add in header for uint32_t definition
This commit is contained in:
John Kessenich
2019-08-02 01:37:37 -06:00
committed by GitHub

View File

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