aboutsummaryrefslogtreecommitdiff
path: root/lld/COFF/COFFLinkerContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/COFFLinkerContext.h')
-rw-r--r--lld/COFF/COFFLinkerContext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/COFF/COFFLinkerContext.h b/lld/COFF/COFFLinkerContext.h
index e5223da86ef8..a3a6f94a9413 100644
--- a/lld/COFF/COFFLinkerContext.h
+++ b/lld/COFF/COFFLinkerContext.h
@@ -15,12 +15,13 @@
#include "InputFiles.h"
#include "SymbolTable.h"
#include "Writer.h"
+#include "lld/Common/CommonLinkerContext.h"
#include "lld/Common/Timer.h"
namespace lld {
namespace coff {
-class COFFLinkerContext {
+class COFFLinkerContext : public CommonLinkerContext {
public:
COFFLinkerContext();
COFFLinkerContext(const COFFLinkerContext &) = delete;