[fix] Not building after update (#151)

adding a cstdint include to fix some builds
This commit is contained in:
Andrey 2023-05-18 03:15:37 +04:00 committed by GitHub
parent 8e8b7347b1
commit 2762330a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#pragma once
#include <cstdint>
#include <fstream>
#include <iostream>
#include <vector>

View File

@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <string>
// Mix them with bitwise operators