diff options
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 { |