Skip to content

Commit

Permalink
Fixed regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV authored Feb 21, 2024
1 parent 07e6241 commit a063f65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Validation/MemoryVal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include "MemoryVal.h"
#include "TextureVal.h"

#include <algorithm>

using namespace nri;

MemoryVal::MemoryVal(DeviceVal& device, Memory* memory, uint64_t size, MemoryLocation memoryLocation)
Expand Down

0 comments on commit a063f65

Please sign in to comment.