diff options
Diffstat (limited to 'lib/system/alloc.nim')
-rw-r--r-- | lib/system/alloc.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system/alloc.nim b/lib/system/alloc.nim index a99769725..69bab5a85 100644 --- a/lib/system/alloc.nim +++ b/lib/system/alloc.nim @@ -12,6 +12,7 @@ include osalloc import std/private/syslocks +import std/sysatomics template track(op, address, size) = when defined(memTracker): |