Browse Source

Add missing import to search.nim

Zed 7 năm trước cách đây
mục cha
commit
1f90e2ab3e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/search.nim

+ 1 - 1
src/search.nim

@@ -1,4 +1,4 @@
-import asyncdispatch, strutils, strformat, uri, tables
+import asyncdispatch, strutils, strformat, sequtils, uri, tables
 
 import types