benchmarks/string: Updated bench scripts for strings
[nit.git] / benchmarks / strings / array_to_s_vars / array_to_s_buffer.nit
index d61b742..f18ece7 100644 (file)
@@ -13,6 +13,9 @@
 # To be used as a Mixin at compile-time for benchmarking purposes.
 module array_to_s_buffer
 
+intrude import standard::collection::array
+import standard::string
+
 redef class Array[E]
        redef fun to_s: String do
                var s = new FlatBuffer