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:
committed by
Tomas Babej
parent
591d6ccffb
commit
6981aaccf2
@@ -31,6 +31,7 @@
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
#include "tc/ffi.h"
|
||||
#include "tc/Task.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user