Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
a3e54af9
Commit
a3e54af9
authored
Sep 05, 2012
by
Alexandre Duret-Lutz
Browse files
* src/bin/common_output.hh, src/bin/common_output.cc: Fix includes.
parent
c96513b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/common_output.cc
View file @
a3e54af9
...
...
@@ -21,6 +21,7 @@
#include
"common_output.hh"
#include
<iostream>
#include
"ltlvisit/tostring.hh"
#define OPT_SPOT 1
...
...
src/bin/common_output.hh
View file @
a3e54af9
...
...
@@ -27,7 +27,7 @@
#endif
#include
<argp.h>
#include
"ltl
visit/tostring
.hh"
#include
"ltl
ast/formula
.hh"
enum
output_format_t
{
spot_output
,
spin_output
,
utf8_output
};
extern
output_format_t
output_format
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment