We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44aef83 commit da30a24Copy full SHA for da30a24
include/spark_dsg/color.h
@@ -148,4 +148,4 @@ struct Color {
148
static const std::vector<Color> ironbow_colors_;
149
};
150
151
-} // namespace spark_dsg
+} // namespace spark_dsg
src/color.cpp
@@ -1,6 +1,7 @@
1
#include "spark_dsg/color.h"
2
3
#include <algorithm>
4
+#include <array>
5
#include <random>
6
7
namespace spark_dsg {
0 commit comments