Skip to content

Commit

Permalink
add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
anjapetkovic authored and quickbeam123 committed Oct 2, 2024
1 parent a327cc6 commit 481cc35
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Inferences/Induction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <cmath>
#include <functional>
#include <map>
#include <unordered_map>

#include "Forwards.hpp"

Expand Down
1 change: 1 addition & 0 deletions Inferences/SubsumptionDemodulationHelper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define SUBSUMPTIONDEMODULATIONHELPER_HPP

#include <unordered_set>
#include <unordered_map>

#include "Indexing/LiteralMiniIndex.hpp"
#include "Kernel/Clause.hpp"
Expand Down
2 changes: 2 additions & 0 deletions Kernel/MLMatcher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "Forwards.hpp"
#include "Clause.hpp"

#include <unordered_map>

namespace Kernel {

using namespace Lib;
Expand Down
2 changes: 2 additions & 0 deletions Kernel/MLMatcherSD.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include "Clause.hpp"
#include "Forwards.hpp"

#include <unordered_map>

namespace Kernel {

using namespace Lib;
Expand Down
2 changes: 2 additions & 0 deletions Kernel/UnificationWithAbstraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*
*/

#include <vector>

#include "Lib/Backtrackable.hpp"
#include "Lib/Coproduct.hpp"
#include "Shell/Options.hpp"
Expand Down

0 comments on commit 481cc35

Please sign in to comment.