From 1d93fdd4bf4ba601c0a577445b7961b161f48ff2 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Wed, 20 Mar 2019 11:37:54 -0700 Subject: [PATCH] Minor fix --- src/haxe/io/Bytes.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/haxe/io/Bytes.hx b/src/haxe/io/Bytes.hx index b12eaf417..12159c722 100644 --- a/src/haxe/io/Bytes.hx +++ b/src/haxe/io/Bytes.hx @@ -655,6 +655,8 @@ import js.lib.DataView; #else import js.html.compat.Uint8Array; import js.html.compat.DataView; +import js.html.Uint8Array; +import js.html.DataView; #end #end #if !macro