mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Merge pull request #12593 from trofi/master
Common/Hashmaps.h: add missing <stdint> include
This commit is contained in:
commit
3bd0b3fa74
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint> /* uint32_t */
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user