Skip to content

Commit bb00fe7

Browse files
committed
Add includes
1 parent d70f4fc commit bb00fe7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ddsketch/include/linearly_interpolated_mapping_impl.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#ifndef LINEARLY_INTERPOLATED_MAPPING_IMPL_HPP
2121
#define LINEARLY_INTERPOLATED_MAPPING_IMPL_HPP
2222

23+
#include "linearly_interpolated_mapping.hpp"
24+
2325
namespace datasketches {
2426

2527
inline LinearlyInterpolatedMapping::LinearlyInterpolatedMapping(const double& relative_accuracy):

ddsketch/include/log_like_index_mapping.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define LOG_LIKE_INDEX_MAPPING_HPP
2121
#include "index_mapping.hpp"
2222
#include <cmath>
23+
#include <cassert>
2324
#include <memory>
2425
#include <stdexcept>
2526

0 commit comments

Comments
 (0)