Skip to content

Commit e4286d7

Browse files
committed
fix clangtidy
1 parent 08ada8c commit e4286d7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/chart/generator/plotbuilder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#include "plotbuilder.h"
22

33
#include <algorithm>
4+
#include <array>
45
#include <cmath>
56
#include <cstddef>
67
#include <cstdint>
78
#include <functional>
9+
#include <iterator>
810
#include <limits>
911
#include <memory>
1012
#include <numeric>

src/chart/options/options.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "base/geom/orientation.h"
1010
#include "base/math/trig.h"
1111
#include "base/refl/auto_enum.h"
12+
#include "dataframe/interface.h"
1213
#include "dataframe/old/types.h"
1314

1415
#include "channel.h"

0 commit comments

Comments
 (0)