mirror of
https://github.com/jorio/Pomme.git
synced 2024-12-26 14:29:38 +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 <string>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
#define POMME_DEBUG_MEMORY false
|
#define POMME_DEBUG_MEMORY false
|
||||||
#define POMME_DEBUG_SOUND false
|
#define POMME_DEBUG_SOUND false
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#include "Utilities/bigendianstreams.h"
|
#include "Utilities/bigendianstreams.h"
|
||||||
#include "Utilities/IEEEExtended.h"
|
#include "Utilities/IEEEExtended.h"
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
Pomme::StreamPosGuard::StreamPosGuard(std::istream& theStream) :
|
Pomme::StreamPosGuard::StreamPosGuard(std::istream& theStream) :
|
||||||
stream(theStream)
|
stream(theStream)
|
||||||
|
Loading…
Reference in New Issue
Block a user