about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2012-10-08 18:35:54 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2012-10-08 18:35:54 +0000
commita21b6c7cd1395cc50efd89f7dfa582988fd705c6 (patch)
tree802c255889ade204184bd9a88b492d078b6d817e /include
parent2c8039b3a2abf467c5eefa9fc8d1408766ab877d (diff)
downloadklee-a21b6c7cd1395cc50efd89f7dfa582988fd705c6.tar.gz
Fix to previous patch, which would not compile with LLVM 2.9.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@165413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/klee/Internal/Module/KModule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/klee/Internal/Module/KModule.h b/include/klee/Internal/Module/KModule.h
index 538d8e6e..86be131b 100644
--- a/include/klee/Internal/Module/KModule.h
+++ b/include/klee/Internal/Module/KModule.h
@@ -10,6 +10,7 @@
 #ifndef KLEE_KMODULE_H
 #define KLEE_KMODULE_H
 
+#include "klee/Config/Version.h"
 #include "klee/Interpreter.h"
 
 #include <map>