From ae68ff959bcd358f298e5a225307c8bbce4a1e52 Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 5 Jan 2020 09:42:24 +0100 Subject: [PATCH] fixes #12996 --- lib/pure/strtabs.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pure/strtabs.nim b/lib/pure/strtabs.nim index 3af21431ee50..c6b44a3caebf 100644 --- a/lib/pure/strtabs.nim +++ b/lib/pure/strtabs.nim @@ -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.