Add missing include

This commit is contained in:
apathy
2016-07-27 10:48:18 -07:00
parent 833a01517b
commit 050b2c1499

View File

@@ -6,6 +6,7 @@
#include <algorithm>
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
template <typename NodeT, typename ClientT>