From 705c98d47937d603e3ad569cc2ade12fa1df3677 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 26 Jul 2026 22:13:52 +0200 Subject: build: add tsan build --- kapi/kapi/devices/bus.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kapi') diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp index 2ee12628..3a0ba6a6 100644 --- a/kapi/kapi/devices/bus.hpp +++ b/kapi/kapi/devices/bus.hpp @@ -13,8 +13,6 @@ #include #include -#include - namespace kapi::devices { @@ -57,7 +55,7 @@ namespace kapi::devices //! Get the children attached to this bus. //! //! @return A vector of all children attached to this bus. - [[nodiscard]] auto children() const -> std::span const>; + [[nodiscard]] auto children() const -> kstd::vector>; protected: //! All busses have the "bus" facet. -- cgit v1.2.3