diff --git a/lib/include/srsran/common/tti_sempahore.h b/lib/include/srsran/common/tti_sempahore.h index f3a80fe9d..3815349f2 100644 --- a/lib/include/srsran/common/tti_sempahore.h +++ b/lib/include/srsran/common/tti_sempahore.h @@ -37,6 +37,8 @@ private: std::deque fifo; ///< Queue to keep order public: + tti_semaphore() = default; + /** * Waits for the first element of the queue match the element identifier provided. *