mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
591d6ccffb
commit
6981aaccf2
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <functional>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
#include "tc/ffi.h"
|
||||
#include "tc/Task.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue