aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/TimeValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/System/TimeValue.h')
-rw-r--r--include/llvm/System/TimeValue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index 624eb70176..07cb18c134 100644
--- a/include/llvm/System/TimeValue.h
+++ b/include/llvm/System/TimeValue.h
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/DataTypes.h"
+#include "llvm/System/IncludeFile.h"
#include <string>
#ifndef LLVM_SYSTEM_TIMEVALUE_H
@@ -380,4 +381,6 @@ inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) {
}
}
+FORCE_DEFINING_FILE_TO_BE_LINKED(SystemTimeValue)
+
#endif