aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Alarm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/System/Alarm.h')
-rw-r--r--include/llvm/System/Alarm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/System/Alarm.h b/include/llvm/System/Alarm.h
index ec44a6df1e..2b78da6dba 100644
--- a/include/llvm/System/Alarm.h
+++ b/include/llvm/System/Alarm.h
@@ -17,6 +17,8 @@
#ifndef LLVM_SYSTEM_ALARM_H
#define LLVM_SYSTEM_ALARM_H
+#include "llvm/System/IncludeFile.h"
+
namespace llvm {
namespace sys {
@@ -42,4 +44,6 @@ namespace sys {
} // End sys namespace
} // End llvm namespace
+FORCE_DEFINING_FILE_TO_BE_LINKED(SystemAlarm)
+
#endif