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
2 changed files with 3 additions and 0 deletions

View File

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