diff options
Diffstat (limited to 'lib/pure/nimprof.nim')
-rw-r--r-- | lib/pure/nimprof.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/nimprof.nim b/lib/pure/nimprof.nim index fe497c645..7f493418e 100644 --- a/lib/pure/nimprof.nim +++ b/lib/pure/nimprof.nim @@ -24,7 +24,7 @@ when defined(nimHasUsed): import hashes, algorithm, strutils, tables, sets when defined(nimPreviewSlimSystem): - import std/syncio + import std/[syncio, sysatomics] when not defined(memProfiler): include "system/timers" |