summary refs log tree commit diff stats
path: root/lib/core/hotcodereloading.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/hotcodereloading.nim')
-rw-r--r--lib/core/hotcodereloading.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/hotcodereloading.nim b/lib/core/hotcodereloading.nim
index 73f38402d..3a876885c 100644
--- a/lib/core/hotcodereloading.nim
+++ b/lib/core/hotcodereloading.nim
@@ -11,7 +11,7 @@
 
 when defined(hotcodereloading):
   import
-    macros
+    std/macros
 
   template beforeCodeReload*(body: untyped) =
     hcrAddEventHandler(true, proc = body) {.executeOnReload.}