Skip to content

Commit

Permalink
Fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Dec 30, 2014
1 parent 38bc6d6 commit 15b242c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/image/io/huffman.d
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private
import std.stdio;
import std.algorithm;
import std.array;
import bitio;
import dlib.image.io.bitio;
}

struct HuffmanTreeNode
Expand Down

0 comments on commit 15b242c

Please sign in to comment.