commit | 651b75e214ab1bd3a1afd2744ed82ebe3cd1181c | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Jul 17 20:15:09 2014 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jul 19 10:14:30 2014 -0700 |
tree | ab59dec28543c94493be2473c65e59f2b39e2705 | |
parent | 33152f18b19872ef5f6b1ebab830454c976d9eb7 [diff] [blame] |
table: capacity limit in PIT NonceList refs #1770 Change-Id: Ia5722968cca1d9a4bbf3ef19e57be73eac702a69
diff --git a/common.hpp b/common.hpp index ef2ce3d..4b6b141 100644 --- a/common.hpp +++ b/common.hpp
@@ -41,6 +41,7 @@ #include <list> #include <set> +#include <queue> #include <vector> #include <ndn-cxx/common.hpp>