Skip to content

Commit df76543

Browse files
committed
Merge pull request #9920
e458bc0 msys2 build: include int headers (jeffro256)
2 parents 6f06684 + e458bc0 commit df76543

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

contrib/epee/include/serialization/keyvalue_serialization_overloads.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
#pragma once
2828

29+
#include <cstddef>
30+
#include <cstdint>
2931
#include <set>
3032
#include <list>
3133
#include <vector>

src/common/perf_timer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#pragma once
3030

31+
#include <cstdint>
3132
#include <string>
3233
#include <stdio.h>
3334
#include <memory>

0 commit comments

Comments
 (0)