mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-22 15:58:53 +00:00
Merge pull request #268 from SChernykh/fix_gcc13
Fixed GCC 13 compilation
This commit is contained in:
commit
040f4500a6
@ -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