diff options
| author | jeffro256 <jeffro256@tutanota.com> | 2025-04-28 12:49:56 -0500 |
|---|---|---|
| committer | jeffro256 <jeffro256@tutanota.com> | 2025-05-06 14:18:02 -0500 |
| commit | e458bc0fad02d12b8ffb0155088419ea4534b826 (patch) | |
| tree | 56b2ba1247622c0e2e3851ac64ec6333094de62e /src | |
| parent | 6f06684bd142c4bce1bb9f8417ea7de118473a3a (diff) | |
| download | monzero-core-e458bc0fad02d12b8ffb0155088419ea4534b826.tar.gz monzero-core-e458bc0fad02d12b8ffb0155088419ea4534b826.tar.xz monzero-core-e458bc0fad02d12b8ffb0155088419ea4534b826.zip | |
msys2 build: include int headers
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/perf_timer.h | 1 |
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> |
