Skip to content

Commit

Permalink
Merged pull request "Fix compilation with /std:c++20 and newer on MSV…
Browse files Browse the repository at this point in the history
…C": #57
  • Loading branch information
apanteleev committed Sep 3, 2024
2 parents 55b0dd4 + 6e00ee0 commit 8733f53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vulkan/vulkan-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "vulkan-backend.h"
#include <unordered_map>
#include <sstream>

#include <nvrhi/common/misc.h>

Expand Down
1 change: 1 addition & 0 deletions src/vulkan/vulkan-raytracing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "vulkan-backend.h"
#include <nvrhi/common/misc.h>
#include <sstream>

namespace nvrhi::vulkan
{
Expand Down
1 change: 1 addition & 0 deletions src/vulkan/vulkan-resource-bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "vulkan-backend.h"
#include <nvrhi/common/misc.h>
#include <sstream>

namespace nvrhi::vulkan
{
Expand Down

0 comments on commit 8733f53

Please sign in to comment.