Bläddra i källkod

Merge pull request #268 from SChernykh/fix_gcc13

Fixed GCC 13 compilation
SChernykh 3 år sedan
förälder
incheckning
040f4500a6
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/tests/utility.hpp

+ 1 - 0
src/tests/utility.hpp

@@ -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) {