We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b7d71 commit 418f464Copy full SHA for 418f464
src/goto-symex/shadow_memory.h
@@ -14,7 +14,6 @@ Author: Peter Schrammel
14
15
#include <util/expr.h>
16
#include <util/message.h>
17
-#include <util/std_expr.h>
18
19
#include "shadow_memory_field_definitions.h"
20
@@ -30,6 +29,7 @@ class abstract_goto_modelt;
30
29
class goto_symex_statet;
31
class side_effect_exprt;
32
class ssa_exprt;
+class symbol_exprt;
33
34
/// \brief The shadow memory instrumentation performed during symbolic execution
35
class shadow_memoryt
0 commit comments