Skip to content

Commit

Permalink
fixes #12996
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Jan 5, 2020
1 parent fdcea66 commit ae68ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pure/strtabs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ when defined(js):
else:
{.pragma: rtlFunc, rtl.}
import os
include "system/inclrtl"

include "system/inclrtl"

type
StringTableMode* = enum ## Describes the tables operation mode.
Expand Down

0 comments on commit ae68ff9

Please sign in to comment.