Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Dec 25, 2024
1 parent 9f10188 commit 23af935
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/backends/validation/dx_hdr_ext_impl.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#pragma once

#include <luisa/vstl/meta_lib.h>
#include <luisa/backends/ext/dx_hdr_ext_interface.h>

namespace lc::validation {

using namespace luisa::compute;

class DXHDRExtImpl : public DXHDRExt, public vstd::IOperatorNewBase {
public:
DXHDRExt *ptr;
Expand All @@ -21,4 +25,5 @@ class DXHDRExtImpl : public DXHDRExt, public vstd::IOperatorNewBase {
return ptr->device_support_hdr();
}
};
}// namespace lc::validation

}// namespace lc::validation

0 comments on commit 23af935

Please sign in to comment.