fix(tactic): build on MSVC
This commit is contained in:
parent
f72a700e34
commit
39270fd46f
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ template<typename T> tactic_state update_option_if_undef(tactic_state const & s,
|
|||
return set_options(s, s.get_options().update_if_undef(n, v));
|
||||
}
|
||||
|
||||
bool is_ts_safe(tactic_state const & s);
|
||||
typedef interaction_monad<tactic_state> tactic;
|
||||
|
||||
vm_obj to_obj(tactic_state const & s);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue