diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jxl/splines_gbench.cc')
-rw-r--r-- | third_party/jpeg-xl/lib/jxl/splines_gbench.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/jpeg-xl/lib/jxl/splines_gbench.cc b/third_party/jpeg-xl/lib/jxl/splines_gbench.cc index 903c5b6328..95f890e3ce 100644 --- a/third_party/jpeg-xl/lib/jxl/splines_gbench.cc +++ b/third_party/jpeg-xl/lib/jxl/splines_gbench.cc @@ -3,9 +3,12 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -#include <array> +#include <cstddef> +#include <vector> #include "benchmark/benchmark.h" +#include "lib/jxl/base/rect.h" +#include "lib/jxl/chroma_from_luma.h" #include "lib/jxl/image_ops.h" #include "lib/jxl/splines.h" |