diff options
Diffstat (limited to 'COFF/DLL.h')
| -rw-r--r-- | COFF/DLL.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/COFF/DLL.h b/COFF/DLL.h index 939771b3290c..ad312789edf1 100644 --- a/COFF/DLL.h +++ b/COFF/DLL.h @@ -36,6 +36,7 @@ private: std::vector<DefinedImportData *> Imports; std::vector<Chunk *> Dirs; + std::vector<Chunk *> Lookups; std::vector<Chunk *> Addresses; std::vector<Chunk *> Hints; std::vector<Chunk *> DLLNames; |
