From 0f1b68e093dfe0357adf400ea7b4746f09fb4cba Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Sun, 29 Jul 2018 20:46:44 +0100 Subject: Fix missing includes and declarations --- lib/Core/MemoryManager.h | 3 ++- lib/Core/SeedInfo.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Core') diff --git a/lib/Core/MemoryManager.h b/lib/Core/MemoryManager.h index cc2073d8..d7233a80 100644 --- a/lib/Core/MemoryManager.h +++ b/lib/Core/MemoryManager.h @@ -10,8 +10,9 @@ #ifndef KLEE_MEMORYMANAGER_H #define KLEE_MEMORYMANAGER_H +#include #include -#include +#include namespace llvm { class Value; 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: -- cgit 1.4.1