summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/statcsv.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/statcsv.nim b/examples/statcsv.nim
index f2cf809e2..983cd555f 100644
--- a/examples/statcsv.nim
+++ b/examples/statcsv.nim
@@ -3,7 +3,7 @@
 # the standard deviation of its columns.
 # The CSV file can have a header which is then used for the output.
 
-import os, streams, parsecsv, strutils, math
+import os, streams, parsecsv, strutils, math, stats
 
 if paramCount() < 1:
   quit("Usage: statcsv filename[.csv]")