Skip to content

Commit 8da72d0

Browse files
Mechazo11ivanperez-keera
authored andcommitted
analyzer: Add missing include (NASA-SW-VnV#273).
This commit adds a missing include that leads to an error in newer versions of clang.
1 parent 086395b commit 8da72d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)