diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-14 21:10:12 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-14 21:10:12 -0400 |
commit | f76440c8ce8c80043459c54dbd722983772b534c (patch) | |
tree | 1b8b59497d76e44bba4fbfadc24b9da404882fc9 | |
parent | 49e49e39b8f3ae57bf388a4ecf290a4dafbd437d (diff) | |
download | sqlite-kv-bench-f76440c8ce8c80043459c54dbd722983772b534c.tar.gz |
include cstdint
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0325a57..020f46b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ #include <chrono> -#include <cinttypes> +#include <cstdint> #include <print> #include <random> #include <string> |