Chromium Code Reviews| Index: bench/ChartBench.cpp |
| diff --git a/bench/ChartBench.cpp b/bench/ChartBench.cpp |
| index 0cc02b0a860debbb7b12ddbdfbe5ea398a71558d..61f97a2f2a40ee42817b6f84d1046966295afb1f 100644 |
| --- a/bench/ChartBench.cpp |
| +++ b/bench/ChartBench.cpp |
| @@ -8,7 +8,9 @@ |
| #include "Benchmark.h" |
| #include "SkCanvas.h" |
| #include "SkPaint.h" |
| +#include "SkPath.h" |
| #include "SkRandom.h" |
| +#include "SkTDArray.h" |
| /** |
| * This is a conversion of samplecode/SampleChart.cpp into a bench. It sure would be nice to be able |