mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2025-01-03 05:38:54 +00:00
Fixed GCC 13 compilation
This commit is contained in:
parent
5bb4c7760d
commit
43db7e290e
@ -32,6 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
constexpr char hexmap[] = "0123456789abcdef";
|
constexpr char hexmap[] = "0123456789abcdef";
|
||||||
inline void outputHex(std::ostream& os, const char* data, int length) {
|
inline void outputHex(std::ostream& os, const char* data, int length) {
|
||||||
|
Loading…
Reference in New Issue
Block a user