We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e9b93 commit 831a49fCopy full SHA for 831a49f
1 file changed
lib/include/pl/pattern_language.hpp
@@ -7,6 +7,7 @@
7
#include <string>
8
#include <vector>
9
#include <filesystem>
10
+#include <set>
11
12
#include <pl/api.hpp>
13
@@ -22,10 +23,6 @@
22
23
#include <wolv/io/fs.hpp>
24
#include <wolv/container/interval_tree.hpp>
25
-namespace hex::prv {
26
- class Provider;
27
-}
28
-
29
namespace pl {
30
31
namespace core {
@@ -402,7 +399,7 @@ namespace pl {
402
399
return this->m_subRuntime;
403
400
}
404
401
405
- [[nodiscard]] const std::set<ptrn::Pattern*>& getPatternsWithAttribute(const std::string &attribute) const;
+ [[nodiscard]] const std::set<pl::ptrn::Pattern*>& getPatternsWithAttribute(const std::string &attribute) const;
406
407
private:
408
void flattenPatterns();
0 commit comments