X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Ferasure-code%2Fisa%2FErasureCodePluginIsa.cc;h=0641f457d49fcbb449c9f57b8e7205b4df3d6417;hb=31f18b776d001752a193a7cec8bb49033c1a904c;hp=1e95b0bc6a80e4263c3fee4e9af46068215785c9;hpb=40152f1e46a80b3405e5558a442ee632198dfd24;p=ceph.git diff --git a/ceph/src/erasure-code/isa/ErasureCodePluginIsa.cc b/ceph/src/erasure-code/isa/ErasureCodePluginIsa.cc index 1e95b0bc6..0641f457d 100644 --- a/ceph/src/erasure-code/isa/ErasureCodePluginIsa.cc +++ b/ceph/src/erasure-code/isa/ErasureCodePluginIsa.cc @@ -25,7 +25,7 @@ // ----------------------------------------------------------------------------- #include "ceph_ver.h" -#include "common/debug.h" +#include "include/buffer.h" #include "ErasureCodePluginIsa.h" #include "ErasureCodeIsa.h" // ----------------------------------------------------------------------------- @@ -33,7 +33,7 @@ int ErasureCodePluginIsa::factory(const std::string &directory, ErasureCodeProfile &profile, ErasureCodeInterfaceRef *erasure_code, - ostream *ss) + std::ostream *ss) { ErasureCodeIsa *interface; std::string t; @@ -83,4 +83,4 @@ int __erasure_code_init(char *plugin_name, char *directory) return instance.add(plugin_name, new ErasureCodePluginIsa()); } -#endif \ No newline at end of file +#endif