fix(library/blast/simple_actions): missing include
This commit is contained in:
parent
4d68e2a520
commit
6a554f6ba7
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ Author: Leonardo de Moura
|
|||
*/
|
||||
#pragma once
|
||||
#include "kernel/expr.h"
|
||||
#include "library/blast/hypothesis.h"
|
||||
namespace lean {
|
||||
namespace blast {
|
||||
optional<expr> assumption_action();
|
||||
|
|
Loading…
Reference in a new issue