Blob Blame History Raw
diff --git a/src/corehost/cli/test/nativehost/host_context_test.cpp b/src/corehost/cli/test/nativehost/host_context_test.cpp
index e6dc9f6d8..d42c0e0f2 100644
--- a/src/corehost/cli/test/nativehost/host_context_test.cpp
+++ b/src/corehost/cli/test/nativehost/host_context_test.cpp
@@ -11,6 +11,7 @@
 #include <corehost_context_contract.h>
 #include "host_context_test.h"
 #include <utils.h>
+#include <thread>
 
 namespace
 {
@@ -539,4 +540,4 @@ bool host_context_test::load_assembly_and_get_function_pointer(
     hostfxr_exports hostfxr{ hostfxr_path };
 
     return load_assembly_and_get_function_pointer(hostfxr, config_path, argc, argv, config_log_prefix, test_output);
-}
\ No newline at end of file
+}