From: Willem Jan Withagen Date: Sat, 27 May 2017 18:43:12 +0000 (+0200) Subject: erasure-code/isa/ErasureCodePluginIsa.cc: fixup includes X-Git-Tag: v12.1.0~57^2~11^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15337%2Fhead;p=ceph.git erasure-code/isa/ErasureCodePluginIsa.cc: fixup includes - Buffer.h is needed to prevent Clang seriously complaining about missing and wrong forward declarations of ceph::buffer:ptr including buffer_fwd.h does not help. Signed-off-by: Willem Jan Withagen --- diff --git a/src/erasure-code/isa/ErasureCodePluginIsa.cc b/src/erasure-code/isa/ErasureCodePluginIsa.cc index b3682bd954f..0641f457d49 100644 --- a/src/erasure-code/isa/ErasureCodePluginIsa.cc +++ b/src/erasure-code/isa/ErasureCodePluginIsa.cc @@ -25,6 +25,7 @@ // ----------------------------------------------------------------------------- #include "ceph_ver.h" +#include "include/buffer.h" #include "ErasureCodePluginIsa.h" #include "ErasureCodeIsa.h" // -----------------------------------------------------------------------------