commit 5ce691186cd1e035b45adafe40e4ba9067902886
parent fbae27e0d8c34f95d98eea0c2ec15f0e3ba9890f
Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 29 Nov 2017 11:02:28 -0500
use Compat.Dates for compatibility with Julia 0.6 and 0.7
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/io.jl b/src/io.jl
@@ -6,6 +6,7 @@ if typeof(Pkg.installed("JLD")) == VersionNumber
hasJLD = true
end
using Compat.DelimitedFiles
+using Compat.Dates
# load Homebrew/WinRPM for gnuplot and imagemagick
if is_apple()