Skip to content

Commit

Permalink
chakrashim: Move unordered_set to chakrashim
Browse files Browse the repository at this point in the history
* Moved `unordered_set` to `v8-tracing.h` to match v8
* Fixed `int64`->`double` implicit cast in `v8-platform.h`

PR-URL: nodejs#466
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
  • Loading branch information
kfarnung committed Feb 23, 2018
1 parent a0ff482 commit 8b20757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/chakrashim/include/libplatform/v8-tracing.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

#include <fstream>
#include <memory>
#include <unordered_set>
#include <vector>

#include "v8-platform.h"

namespace v8 {
Expand Down

0 comments on commit 8b20757

Please sign in to comment.