core: add missing headers (#12686)
This commit is contained in:
parent
315806f598
commit
3bbbb5aaca
4 changed files with 8 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "MatchEngine.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Desktop::Rule {
|
||||
class CWorkspaceMatchEngine : public IMatchEngine {
|
||||
|
|
@ -13,4 +14,4 @@ namespace Desktop::Rule {
|
|||
private:
|
||||
std::string m_value = "";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue