Browse Source

Merge pull request #268 from SChernykh/fix_gcc13

Fixed GCC 13 compilation
SChernykh 3 năm trước cách đây
mục cha
commit
040f4500a6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {