Skip to content

Commit

Permalink
Add include async library in ColoringEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfhart committed Nov 15, 2014
1 parent c81874a commit 4368faf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/protocol/ColoringEngine.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

var buffertools = require('buffertools'),
var async = require('async'),
buffertools = require('buffertools'),
HashUtil = require('bitcore/util'),
LEB128 = require('./LEB128'),
MarkerOutput = require('./MarkerOutput'),
Expand Down

0 comments on commit 4368faf

Please sign in to comment.