core: add missing headers (#12686)
This commit is contained in:
parent
315806f598
commit
3bbbb5aaca
4 changed files with 8 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <type_traits>
|
||||
#include <cstdint>
|
||||
#include <optional>
|
||||
#include <algorithm>
|
||||
|
||||
namespace Desktop::Rule {
|
||||
template <typename T>
|
||||
|
|
@ -78,4 +79,4 @@ namespace Desktop::Rule {
|
|||
std::vector<std::string> m_keys;
|
||||
size_t m_originalSize = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue