commit | 233750e30b7be749b84913e7822eabc4889ac681 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Feb 16 00:50:07 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Feb 16 00:51:58 2014 -0800 |
tree | 7187e7dfe6d590afea2160be428fc2214de74c5b | |
parent | 8460afbeefa227d2ba9c8a545b60d7077c2b6cbb [diff] [blame] |
encoding: Fixing bugs in EncodingBlock and Block Several Block constructors incorrectly initialized value boundaries. Change-Id: I0d8a4fe73cc24530245862e0428e617437078bf0 refs: #1256, #1257
diff --git a/src/encoding/encoding-buffer.hpp b/src/encoding/encoding-buffer.hpp index 62d6a12..b4c9018 100644 --- a/src/encoding/encoding-buffer.hpp +++ b/src/encoding/encoding-buffer.hpp
@@ -18,6 +18,7 @@ #include "buffer.hpp" #include "tlv.hpp" +#include "block.hpp" #include <boost/lexical_cast.hpp>