From a21b6c7cd1395cc50efd89f7dfa582988fd705c6 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 8 Oct 2012 18:35:54 +0000 Subject: 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 --- include/klee/Internal/Module/KModule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit 1.4.1