From b9a83608e4eb92f29c5869bee8157df9282ef66f Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 15 Jan 2024 21:36:20 +0800 Subject: [PATCH] fix build --- src/compute | 2 +- src/integrators/megawave.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compute b/src/compute index 86cfb35c..b66ce512 160000 --- a/src/compute +++ b/src/compute @@ -1 +1 @@ -Subproject commit 86cfb35c18bd02fc9ab38e1a757a660d76747c68 +Subproject commit b66ce51250a66f154f5181cd5c4e77e1b6588bd3 diff --git a/src/integrators/megawave.cpp b/src/integrators/megawave.cpp index 1dd1acef..a0eb64c5 100644 --- a/src/integrators/megawave.cpp +++ b/src/integrators/megawave.cpp @@ -2,7 +2,6 @@ // Created by Mike Smith on 2022/1/10. // -#include "compute/src/backends/common/hlsl/hlsl_codegen.h" #include "dsl/builtin.h" #include "dsl/struct.h" #include "runtime/rtx/ray.h"