From c39ff5f86e241e4608315377caf6aace1402493d Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Tue, 30 May 2023 13:01:02 -0600 Subject: [PATCH] add include CanvasRayTracer.h --- benchmarking/BenchmarkRayTracing.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/benchmarking/BenchmarkRayTracing.cxx b/benchmarking/BenchmarkRayTracing.cxx index f6c7ae261..799e52bfc 100644 --- a/benchmarking/BenchmarkRayTracing.cxx +++ b/benchmarking/BenchmarkRayTracing.cxx @@ -13,20 +13,17 @@ #include #include -#include #include #include #include #include +#include #include #include -#include #include -#include - #include #include #include