Skip to content

Commit d98e98f

Browse files
committed
fix linux build
1 parent d49e214 commit d98e98f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

include/hvt/pageableBuffer/pageableBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class HVT_API HdPageableBufferBase
152152
{
153153
return (currentFrame - mFrameStamp) > ageLimit;
154154
}
155-
[[nodiscard]] constexpr bool HasValidDiskBuffer() const noexcept
155+
[[nodiscard]] constexpr bool HasValidDiskBuffer() const
156156
{
157157
return mPageHandle && mPageHandle->IsValid();
158158
}

include/hvt/pageableBuffer/pageableBufferManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <chrono>
3131
#include <future>
3232
#include <memory>
33+
#include <queue>
3334
#include <thread>
3435
#include <vector>
3536

include/hvt/pageableBuffer/pageableMemoryMonitor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <hvt/api.h>
1717

1818
#include <atomic>
19+
#include <cstddef>
1920

2021
namespace HVT_NS
2122
{

0 commit comments

Comments
 (0)