瀏覽代碼

Explicitly include <new> for placement new.

placement new requires operator new (size_t, void*) to be defined, which
requires pulling in the <new> header.

Change-Id: Ibaa8f3309b03129958f201d32de8afcfafed70f6
Reviewed-on: https://boringssl-review.googlesource.com/18664
Reviewed-by: David Benjamin <davidben@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 7 年之前
父節點
當前提交
d272dea99b
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      ssl/internal.h

+ 1
- 0
ssl/internal.h 查看文件

@@ -146,6 +146,7 @@

#include <stdlib.h>

#include <new>
#include <type_traits>
#include <utility>



Loading…
取消
儲存