mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 16:41:27 +09:00
Merge pull request #9920
e458bc0fa msys2 build: include int headers (jeffro256)
This commit is contained in:
commit
df76543369
@ -26,6 +26,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
@ -28,6 +28,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <memory>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user