commit | 76cf77a5cba8fad15d852115ad321a101d2889d5 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Wed Mar 05 14:35:51 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Mar 06 15:29:38 2014 +0000 |
tree | a2d6315c0e059642687cd9d2b30d7d2fe2705b8a | |
parent | 7bb01512b0fcaa89b54e5681fccf110d840f3230 [diff] [blame] |
table: ContentStore based on skip list ref: #1212 Change-Id: Iaa13aa7c110c3cd059438bf553a19b4fcd07e137
diff --git a/daemon/common.hpp b/daemon/common.hpp index 650541e..3a39f99 100644 --- a/daemon/common.hpp +++ b/daemon/common.hpp
@@ -36,6 +36,7 @@ #include <vector> #include <list> +#include <queue> #include <set> #include <sstream> #include <istream>