diff options
author | Daniel Dunbar <daniel@zuster.org> | 2014-09-14 16:38:54 -0700 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2014-09-14 16:38:54 -0700 |
commit | b18284f3354ff94051162478d20204ac40ed215d (patch) | |
tree | 5267e8f56d7a3e928b8202a964889c20d92ca164 /lib/Core | |
parent | 28076f1e1992efcc7231ee0763d8a8fad6734a14 (diff) | |
download | klee-b18284f3354ff94051162478d20204ac40ed215d.tar.gz |
[LLVM3.5] Ensure Twine definition is available from Executor.h.
Diffstat (limited to 'lib/Core')
-rw-r--r-- | lib/Core/Executor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index 688dad21..523b3648 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -20,6 +20,9 @@ #include "klee/Internal/Module/Cell.h" #include "klee/Internal/Module/KInstruction.h" #include "klee/Internal/Module/KModule.h" + +#include "llvm/ADT/Twine.h" + #include <vector> #include <string> #include <map> |