We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6752c40 + 2f93c6c commit c193c27Copy full SHA for c193c27
src/solvers/smt2/smt2_conv.h
@@ -14,6 +14,7 @@ Author: Daniel Kroening, [email protected]
14
#include <util/std_expr.h>
15
#include <util/threeval.h>
16
17
+#include <cstdint>
18
#include <map>
19
#include <set>
20
#include <sstream>
src/util/dense_integer_map.h
@@ -12,12 +12,13 @@ Author: Diffblue Ltd
12
#ifndef CPROVER_UTIL_DENSE_INTEGER_MAP_H
13
#define CPROVER_UTIL_DENSE_INTEGER_MAP_H
+#include <util/invariant.h>
+
#include <limits>
#include <unordered_set>
#include <vector>
21
-#include <util/invariant.h>
-
22
/// Identity functor. When we use C++20 this can be replaced with std::identity.
23
class identity_functort
24
{
0 commit comments