about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/Statistic.h1
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 {