* src/ltlvisit/lunabbrev.hh: Add missing include guard.
This commit is contained in:
parent
526012a795
commit
fc3ceebd4f
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef SPOT_LTLVISIT_UNABBREV_HH
|
||||
# define SPOT_LTLVISIT_UNABBREV_HH
|
||||
|
||||
#include "ltlast/formula.hh"
|
||||
#include "ltlast/visitor.hh"
|
||||
|
||||
|
|
@ -28,3 +31,5 @@ namespace spot
|
|||
formula* unabbreviate_logic(const formula* f);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // SPOT_LTLVISIT_UNABBREV_HH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue