about summary refs log tree commit diff homepage
path: root/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-30 14:22:56 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-30 14:22:56 +0000
commit2aac6617fb3f48c04e1c951c460926b9f38a67a7 (patch)
tree81f9bd5a1c5e8c98ee10220c0396a6e62b6031e3 /lib
parentc641cc2e5dee453f6098ff5cc85b0e3464ba0886 (diff)
downloadklee-2aac6617fb3f48c04e1c951c460926b9f38a67a7.tar.gz
Add missing include to make sure version macros are present.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@115146 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Module/Passes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Module/Passes.h b/lib/Module/Passes.h
index c480c6d8..f9454ffd 100644
--- a/lib/Module/Passes.h
+++ b/lib/Module/Passes.h
@@ -10,6 +10,8 @@
 #ifndef KLEE_PASSES_H
 #define KLEE_PASSES_H
 
+#include "klee/Config/config.h"
+
 #include "llvm/Constants.h"
 #include "llvm/Instructions.h"
 #include "llvm/Module.h"