Merge pull request #12593 from trofi/master

Common/Hashmaps.h: add missing <stdint> include
This commit is contained in:
Henrik Rydgård 2020-01-25 22:20:24 +01:00 committed by GitHub
commit 3bd0b3fa74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
#pragma once
#include <cstdint> /* uint32_t */
#include <cstring>
#include <vector>