aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorjeffro256 <jeffro256@tutanota.com>2025-04-28 12:49:56 -0500
committerjeffro256 <jeffro256@tutanota.com>2025-05-06 14:18:02 -0500
commite458bc0fad02d12b8ffb0155088419ea4534b826 (patch)
tree56b2ba1247622c0e2e3851ac64ec6333094de62e /src/common
parent6f06684bd142c4bce1bb9f8417ea7de118473a3a (diff)
downloadmonzero-core-e458bc0fad02d12b8ffb0155088419ea4534b826.tar.gz
monzero-core-e458bc0fad02d12b8ffb0155088419ea4534b826.tar.xz
monzero-core-e458bc0fad02d12b8ffb0155088419ea4534b826.zip
msys2 build: include int headers
Diffstat (limited to 'src/common')
-rw-r--r--src/common/perf_timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/perf_timer.h b/src/common/perf_timer.h
index c6120b06d..a96da6e56 100644
--- a/src/common/perf_timer.h
+++ b/src/common/perf_timer.h
@@ -28,6 +28,7 @@
#pragma once
+#include <cstdint>
#include <string>
#include <stdio.h>
#include <memory>