[*] d589ce3549 missed header update

This commit is contained in:
Reece Wilson 2024-05-11 18:50:37 +01:00
parent c3f7e625ba
commit e86a414837

View File

@ -25,6 +25,7 @@ namespace Aurora::Threading::Primitives
bool LockMS(AuUInt64 timeout) override; bool LockMS(AuUInt64 timeout) override;
bool LockNS(AuUInt64 timeout) override; bool LockNS(AuUInt64 timeout) override;
bool LockAbsNS(AuUInt64 timeout) override;
bool TryLock() override; bool TryLock() override;
void SlowLock() override; void SlowLock() override;