Skip to content

Commit ae68ff9

Browse files
committed
fixes #12996
1 parent fdcea66 commit ae68ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/pure/strtabs.nim

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ when defined(js):
5757
else:
5858
{.pragma: rtlFunc, rtl.}
5959
import os
60-
include "system/inclrtl"
60+
61+
include "system/inclrtl"
6162

6263
type
6364
StringTableMode* = enum ## Describes the tables operation mode.

0 commit comments

Comments
 (0)