]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
erasure-code/isa/ErasureCodePluginIsa.cc: fixup includes 15337/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 27 May 2017 18:43:12 +0000 (20:43 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sun, 28 May 2017 12:57:06 +0000 (14:57 +0200)
 - 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 <wjw@digiware.nl>
src/erasure-code/isa/ErasureCodePluginIsa.cc

index b3682bd954f9187fbd991d147c353242a7eaf545..0641f457d49fcbb449c9f57b8e7205b4df3d6417 100644 (file)
@@ -25,6 +25,7 @@
 
 // -----------------------------------------------------------------------------
 #include "ceph_ver.h"
+#include "include/buffer.h"
 #include "ErasureCodePluginIsa.h"
 #include "ErasureCodeIsa.h"
 // -----------------------------------------------------------------------------