Decouple <cstdint>

This commit is contained in:
Martin Natano
2023-04-21 22:13:41 +02:00
parent bcea05dd67
commit aa87f85eef
167 changed files with 1533 additions and 1307 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
#include "RageFile.h"
#include <cstddef>
#include <cstdint>
#undef FAR // fix for VC
/** @brief A helper to get the jpeg lib. */
@@ -24,7 +25,7 @@ typedef struct
struct jpeg::jpeg_destination_mgr pub;
RageFile *f;
uint8_t buffer[OUTPUT_BUFFER_SIZE];
std::uint8_t buffer[OUTPUT_BUFFER_SIZE];
} my_destination_mgr;