Skip to content

Commit

Permalink
fixes #273
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechazo11 committed Aug 22, 2024
1 parent 799c2b0 commit d0e00d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build/
install/
!doc/install/
/.vscode/

# Editors
*.swp
Expand Down
1 change: 1 addition & 0 deletions analyzer/include/ikos/analyzer/analysis/liveness.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

#include <iosfwd>
#include <vector>
#include <cstdint> // Fix suggested by ivanperez-keera here https://github.com/NASA-SW-VnV/ikos/issues/273

#include <boost/optional.hpp>

Expand Down

0 comments on commit d0e00d4

Please sign in to comment.