Skip to content

Commit d0e00d4

Browse files
committed
1 parent 799c2b0 commit d0e00d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
build/
22
install/
33
!doc/install/
4+
/.vscode/
45

56
# Editors
67
*.swp

analyzer/include/ikos/analyzer/analysis/liveness.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

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

5152
#include <boost/optional.hpp>
5253

0 commit comments

Comments
 (0)