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
commit a0eb5efd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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