diff options
author | Duncan Sands <baldrick@free.fr> | 2009-05-25 09:43:40 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-05-25 09:43:40 +0000 |
commit | 0358c0dc86d1a439d327d4e3bade5d8abc964225 (patch) | |
tree | 881f06d2b066cd47e9e33448b25320f987da2bef /include | |
parent | 12887247ec70c640ef70a28334217e71d5aa2529 (diff) | |
download | klee-0358c0dc86d1a439d327d4e3bade5d8abc964225.tar.gz |
Add include for uint64_t, needed when building with
gcc-4.4. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Statistic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/klee/Statistic.h b/include/klee/Statistic.h index e5aef6b1..6baaedf4 100644 --- a/include/klee/Statistic.h +++ b/include/klee/Statistic.h @@ -10,6 +10,7 @@ #ifndef KLEE_STATISTIC_H #define KLEE_STATISTIC_H +#include "llvm/Support/DataTypes.h" #include <string> namespace klee { |