From 9a9f96c5086ffaa8393bcee1aafd4e3295f837f0 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Mon, 16 Dec 2024 01:59:48 -0800 Subject: [PATCH] Style fixes --- cpp/src/remote_key.cpp | 1 + cpp/src/worker.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/src/remote_key.cpp b/cpp/src/remote_key.cpp index 0b88067d..1097b647 100644 --- a/cpp/src/remote_key.cpp +++ b/cpp/src/remote_key.cpp @@ -3,6 +3,7 @@ * SPDX-License-Identifier: BSD-3-Clause */ #include +#include #include #include #include diff --git a/cpp/src/worker.cpp b/cpp/src/worker.cpp index 28545de4..e38c58e6 100644 --- a/cpp/src/worker.cpp +++ b/cpp/src/worker.cpp @@ -427,7 +427,7 @@ void Worker::clearFuturesPool() { THROW_FUTURE_NOT_IMPLEMENTED(); } std::shared_ptr Worker::getFuture() { THROW_FUTURE_NOT_IMPLEMENTED(); } -RequestNotifierWaitState Worker::waitRequestNotifier(uint64_t /* periodNs */) +RequestNotifierWaitState Worker::waitRequestNotifier(uint64_t periodNs) { THROW_FUTURE_NOT_IMPLEMENTED(); }