Merge pull request #41 from marysaka/fix/linux-cstdint-helper

fix: fix build on Linux with gcc
This commit is contained in:
wheremyfoodat 2023-06-17 11:45:59 +03:00 committed by GitHub
commit 6c29e3e0be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
#pragma once
#include <cstdarg>
#include <climits>
#include <cstdint>
#include <fstream>
#include <iostream>
#include <iterator>