• Bill Ticehurst's avatar
    Fix MSVC component build break · b80be38c
    Bill Ticehurst authored
    Without this header inclusion, doing a component build with MSVC failed with:
    
    FAILED: mksnapshot.exe mksnapshot.exe.pdb
      <...> /OUT:./mksnapshot.exe <...>  exported-macros-assembler-tq.obj
    
    error LNK2019: unresolved external symbol
     public: void __cdecl v8::internal::FixedArray::set(int,class v8::internal::Smi)
    
    referenced in function
    
     protected: void __cdecl v8::internal::OrderedHashTable
       <class v8::internal::OrderedHashMap,2>::SetNumberOfBuckets(int)
    
    .\mksnapshot.exe : fatal error LNK1120: 1 unresolved externals
    
    Change-Id: I6c6b6aa77ad8c26b9225daad6b2d224b2f3f399b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2124886Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Commit-Queue: Bill Ticehurst <billti@microsoft.com>
    Cr-Commit-Position: refs/heads/master@{#66954}
    b80be38c
implementation-visitor.cc 179 KB