Skip to content

Commit

Permalink
devel/ikos: prepare for upcoming Boost-1.81
Browse files Browse the repository at this point in the history
With hat:	office
  • Loading branch information
fluffykhv committed Jan 12, 2023
1 parent 606c5fd commit 4f2f8d2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
@@ -0,0 +1,10 @@
--- ar/include/ikos/ar/semantic/data_layout.hpp.orig 2022-12-05 06:21:57 UTC
+++ ar/include/ikos/ar/semantic/data_layout.hpp
@@ -46,6 +46,7 @@
#pragma once

#include <memory>
+#include <vector>

#include <ikos/ar/support/assert.hpp>
#include <ikos/ar/support/number.hpp>
@@ -0,0 +1,10 @@
--- ar/src/pass/add_partitioning_variables.cpp.orig 2022-12-05 06:21:57 UTC
+++ ar/src/pass/add_partitioning_variables.cpp
@@ -45,6 +45,7 @@
*
******************************************************************************/

+#include <array>
#include <unordered_set>

#include <ikos/ar/pass/add_partitioning_variables.hpp>

0 comments on commit 4f2f8d2

Please sign in to comment.