Fixed GCC 13 compilation

pull/2/head
SChernykh 1 year ago
parent 5bb4c7760d
commit 43db7e290e

@ -32,6 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <cstdint>
constexpr char hexmap[] = "0123456789abcdef";
inline void outputHex(std::ostream& os, const char* data, int length) {

Loading…
Cancel
Save