Merge pull request #9916

98b79485d msys2 build: include int headers (jeffro256)
This commit is contained in:
tobtoht 2025-04-30 05:29:25 +00:00
commit c5cb8e1b78
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#pragma once
#include <cstddef>
#include <cstdint>
#include <set>
#include <list>
#include <vector>

View File

@ -28,6 +28,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <stdio.h>
#include <memory>