mirror of
https://github.com/jorio/Pomme.git
synced 2025-08-05 06:26:35 +00:00
Fix build failure from lack of <cstdint> headers
Signed-off-by: Patrick <cowinkkeydinkinc@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user