aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Constant.h')
-rw-r--r--include/llvm/Constant.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h
index a7ec633..3227647 100644
--- a/include/llvm/Constant.h
+++ b/include/llvm/Constant.h
@@ -7,6 +7,7 @@
#ifndef LLVM_CONSTANT_H
#define LLVM_CONSTANT_H
+#include <assert.h>
#include "llvm/User.h"
class Constant : public User {