Kaynağa Gözat

Add missing import to search.nim

Zed 7 yıl önce
ebeveyn
işleme
1f90e2ab3e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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