Skip to content

Commit

Permalink
More fixes for GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed Aug 5, 2024
1 parent be69a36 commit eccc95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/InstanceImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license agreement from NVIDIA CORPORATION is strictly prohibited.
#include "../Shaders/Include/NRD.hlsli"
#include "InstanceImpl.h"

#include <assert.h> // assert
#include <array>

constexpr std::array<nrd::Sampler, (size_t)nrd::Sampler::MAX_NUM> g_Samplers =
Expand Down
2 changes: 1 addition & 1 deletion Source/InstanceImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license agreement from NVIDIA CORPORATION is strictly prohibited.

#pragma once

#include <assert.h>
#include <cstring> // memset

#include "NRD.h"

Expand Down

0 comments on commit eccc95a

Please sign in to comment.