diff options
Diffstat (limited to 'deps/v8/src/asmjs/switch-logic.cc')
-rw-r--r-- | deps/v8/src/asmjs/switch-logic.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/asmjs/switch-logic.cc b/deps/v8/src/asmjs/switch-logic.cc index 93544da9b4..e12b3a33f1 100644 --- a/deps/v8/src/asmjs/switch-logic.cc +++ b/deps/v8/src/asmjs/switch-logic.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <algorithm> + #include "src/asmjs/switch-logic.h" namespace v8 { |