Просмотр исходного кода

Merge pull request #268 from SChernykh/fix_gcc13

Fixed GCC 13 compilation
SChernykh 3 лет назад
Родитель
Сommit
040f4500a6
1 измененных файлов с 1 добавлено и 0 удалено
  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) {