mirror of
https://github.com/jorio/Pomme.git
synced 2024-11-26 13:49:22 +00:00
Fix build failure from lack of <cstdint> headers
Signed-off-by: Patrick <cowinkkeydinkinc@gmail.com>
This commit is contained in:
parent
fd1cd2cf81
commit
d57c28e205
@ -4,6 +4,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <cstdint>
|
||||
|
||||
#define POMME_DEBUG_MEMORY false
|
||||
#define POMME_DEBUG_SOUND false
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include "Utilities/bigendianstreams.h"
|
||||
#include "Utilities/IEEEExtended.h"
|
||||
#include <cstdint>
|
||||
|
||||
Pomme::StreamPosGuard::StreamPosGuard(std::istream& theStream) :
|
||||
stream(theStream)
|
||||
|
Loading…
Reference in New Issue
Block a user