Skip to content

Commit 6c1b9ed

Browse files
committed
add missing header
1 parent 33e8bdb commit 6c1b9ed

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

count/include/count_min_impl.hpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@
2020
#ifndef COUNT_MIN_IMPL_HPP_
2121
#define COUNT_MIN_IMPL_HPP_
2222

23-
#include "MurmurHash3.h"
24-
#include "count_min.hpp"
25-
#include "memory_operations.hpp"
26-
23+
#include <algorithm>
2724
#include <iomanip>
2825
#include <random>
2926
#include <sstream>
3027

28+
#include "MurmurHash3.h"
29+
#include "count_min.hpp"
30+
#include "memory_operations.hpp"
31+
3132
namespace datasketches {
3233

3334
template<typename W, typename A>

0 commit comments

Comments
 (0)