Skip to content

Commit

Permalink
analyzer: Add missing include. Refs NASA-SW-VnV#273.
Browse files Browse the repository at this point in the history
This commit adds a missing include that leads to an error in newer
versions of clang.
  • Loading branch information
Mechazo11 authored and ivanperez-keera committed Aug 29, 2024
1 parent 086395b commit 62619f7
Showing 1 changed file with 1 addition and 0 deletions.
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 62619f7

Please sign in to comment.