msys2 build: include int headers

This commit is contained in:
jeffro256 2025-04-28 12:49:56 -05:00
parent 3b01c49095
commit 98b79485df
No known key found for this signature in database
GPG key ID: 6F79797A6E392442
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>