Fix 1.0 Regressions

master
fundamental 2018-09-01 19:23:13 -04:00
parent e3f6fb350a
commit 8b5454c40a
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1,2 @@
julia 0.6 julia 0.7
Printf

View File

@ -1,5 +1,5 @@
# OSC.jl # OSC.jl
# Copyright (c) 2014, Mark McCurry, All rights reserved. # Copyright (c) 2018, Mark McCurry, All rights reserved.
# #
# This library is free software; you can redistribute it and/or # This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public # modify it under the terms of the GNU Lesser General Public
@ -16,6 +16,7 @@
module OSC module OSC
using Printf
import Base: show, getindex import Base: show, getindex
export OscMsg, path export OscMsg, path