Skip to content

Commit da30a24

Browse files
committed
fix missing header
1 parent 44aef83 commit da30a24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/spark_dsg/color.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ struct Color {
148148
static const std::vector<Color> ironbow_colors_;
149149
};
150150

151-
} // namespace spark_dsg
151+
} // namespace spark_dsg

src/color.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "spark_dsg/color.h"
22

33
#include <algorithm>
4+
#include <array>
45
#include <random>
56

67
namespace spark_dsg {

0 commit comments

Comments
 (0)