patch-deps_v8_src_log-utils_h 338 B

1234567891011
  1. --- node-v5.7.1.orig/deps/v8/src/log-utils.h 2016-03-02 23:20:49.000000000 +0100
  2. +++ node-v5.7.1/deps/v8/src/log-utils.h 2016-03-09 09:59:14.000000000 +0100
  3. @@ -5,6 +5,8 @@
  4. #ifndef V8_LOG_UTILS_H_
  5. #define V8_LOG_UTILS_H_
  6. +#include <cstdarg>
  7. +
  8. #include "src/allocation.h"
  9. #include "src/base/platform/mutex.h"
  10. #include "src/flags.h"