]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/perfglue/cpu_profiler.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / perfglue / cpu_profiler.cc
index beec88533d0e869c68df53dee4577d026b60712a..ea1be7e959596daa6321c98f527d0b621a08115c 100644 (file)
@@ -20,7 +20,7 @@
 #include "perfglue/cpu_profiler.h"
 
 void cpu_profiler_handle_command(const std::vector<std::string> &cmd,
-                                ostream& out)
+                                std::ostream& out)
 {
   if (cmd[1] == "status") {
     ProfilerState st;