Skip to content

Commit 593645a

Browse files
committed
Fixes from code review
1 parent 34c81aa commit 593645a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v1/integer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
// https://github.com/dcodeIO/Long.js
2222
// License Apache 2
2323

24+
import {newError} from "./error";
25+
2426
/**
2527
* Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers.
2628
* See the from* functions below for more convenient ways of constructing Integers.

0 commit comments

Comments
 (0)