diff options
| author | Martin Nowack <m.nowack@imperial.ac.uk> | 2018-07-29 20:46:44 +0100 |
|---|---|---|
| committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-09-06 13:35:19 +0100 |
| commit | 0f1b68e093dfe0357adf400ea7b4746f09fb4cba (patch) | |
| tree | 27d5b257db6a0bf9b2dbda9fdb97303ccc0ea80f /lib/Core/SeedInfo.h | |
| parent | cdce3e8385927bf2cf2a21902d6563ecea37262c (diff) | |
| download | klee-0f1b68e093dfe0357adf400ea7b4746f09fb4cba.tar.gz | |
Fix missing includes and declarations
Diffstat (limited to 'lib/Core/SeedInfo.h')
| -rw-r--r-- | lib/Core/SeedInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Core/SeedInfo.h b/lib/Core/SeedInfo.h index 0acb130b..1820ef23 100644 --- a/lib/Core/SeedInfo.h +++ b/lib/Core/SeedInfo.h @@ -20,6 +20,7 @@ extern "C" { namespace klee { class ExecutionState; class TimingSolver; + class MemoryObject; class SeedInfo { public: |
