chore(userspace,unit_tests): include thread.h where needed.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2025-02-05 10:18:09 +01:00 committed by poiana
parent 1fd8a85b95
commit fafeddaf35
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ limitations under the License.
#include <future>
#include <memory>
#include <vector>
#include <thread>
TEST(AtomicSignalHandler, lock_free_implementation) {
ASSERT_TRUE(falco::atomic_signal_handler().is_lock_free());

View File

@ -19,6 +19,7 @@ limitations under the License.
#include <memory>
#include <map>
#include <thread>
#include "falco_common.h"
#include "falco_engine.h"