mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 00:21:28 +09:00
msys2 build: include int headers
This commit is contained in:
parent
3b01c49095
commit
98b79485df
@ -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