Add a <vector> include in Replica.h

Replica.h refers to std::vector, so this header file must be included.
This commit is contained in:
Dustin J. Mitchell 2022-12-18 17:33:56 +00:00 committed by Tomas Babej
parent 591d6ccffb
commit 6981aaccf2

View file

@ -31,6 +31,7 @@
#include <functional>
#include <memory>
#include <optional>
#include <vector>
#include "tc/ffi.h"
#include "tc/Task.h"