Skip to content

Commit

Permalink
Add missing '#include <set>'
Browse files Browse the repository at this point in the history
Compilation was failing due to missing include
  • Loading branch information
cone-forest authored and chernishev committed May 6, 2024
1 parent 97957fd commit c460305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/algorithms/statistics/data_stats.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <set>

#include "algorithms/fd/fd_algorithm.h"
#include "algorithms/statistics/statistic.h"
#include "config/equal_nulls/type.h"
Expand Down

0 comments on commit c460305

Please sign in to comment.