summary refs log tree commit diff stats
path: root/tests/threads/t7172.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads/t7172.nim')
-rw-r--r--tests/threads/t7172.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/threads/t7172.nim b/tests/threads/t7172.nim
index 18fbe336e..127ed456e 100644
--- a/tests/threads/t7172.nim
+++ b/tests/threads/t7172.nim
@@ -10,6 +10,7 @@ Crashes before getting here!
 """
 
 import std/os
+import std/threads
 
 proc whatever() {.thread, nimcall.} =
   echo("TEST")