summaryrefslogtreecommitdiff
path: root/include/llvm/Support/SlowOperationInformer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/SlowOperationInformer.h')
-rw-r--r--include/llvm/Support/SlowOperationInformer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Support/SlowOperationInformer.h b/include/llvm/Support/SlowOperationInformer.h
index d05792672a..0be01960ca 100644
--- a/include/llvm/Support/SlowOperationInformer.h
+++ b/include/llvm/Support/SlowOperationInformer.h
@@ -32,6 +32,7 @@
#include <string>
#include <cassert>
#include "llvm/Support/DataTypes.h"
+#include "llvm/System/IncludeFile.h"
namespace llvm {
class SlowOperationInformer {
@@ -63,3 +64,5 @@ namespace llvm {
} // end namespace llvm
#endif /* SLOW_OPERATION_INFORMER_H */
+
+FORCE_DEFINING_FILE_TO_BE_LINKED(SupportSlowOperationInformer)