Skip to content

Commit 0a88571

Browse files
committed
fix: missing header when compile using gcc 15
1 parent 4117520 commit 0a88571

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

common/include/serde.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#ifndef DATASKETCHES_SERDE_HPP_
2121
#define DATASKETCHES_SERDE_HPP_
2222

23+
#include <cstdint>
2324
#include <cstring>
2425
#include <iostream>
2526
#include <memory>

fi/include/reverse_purge_hash_map.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
#ifndef REVERSE_PURGE_HASH_MAP_HPP_
2121
#define REVERSE_PURGE_HASH_MAP_HPP_
2222

23-
#include <memory>
23+
#include <cstdint>
2424
#include <iterator>
25+
#include <memory>
2526

2627
namespace datasketches {
2728

0 commit comments

Comments
 (0)