]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/erasure-code/clay/ErasureCodeClay.cc
import 15.2.0 Octopus source
[ceph.git] / ceph / src / erasure-code / clay / ErasureCodeClay.cc
index 7ff28c1d5541b8f9731366cbddc151a42473dc7f..26854bce82b822d95cb37d1f954f06aa219c0b34 100644 (file)
@@ -36,7 +36,7 @@
 #define talloc(type, num) (type *) malloc(sizeof(type)*(num))
 
 using namespace std;
-
+using namespace ceph;
 static ostream& _prefix(std::ostream* _dout)
 {
   return *_dout << "ErasureCodeClay: ";