]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
perfglue: add missing include 61802/head
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 30 Oct 2024 19:53:19 +0000 (20:53 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Sat, 15 Feb 2025 04:52:13 +0000 (05:52 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/perfglue/heap_profiler.cc

index cbfc9008627b93dbc2fc47cfc5332bb89d93117d..6eea64db673191232eebb7fe7756fd131235f247 100644 (file)
@@ -12,6 +12,8 @@
  * 
  */
 
+#include "heap_profiler.h"
+
 #include "acconfig.h"
 
 // Use the newer gperftools header locations if available.
 #include <gperftools/heap-profiler.h>
 #include <gperftools/malloc_extension.h>
 
-#include "heap_profiler.h"
 #include "common/environment.h"
 #include "common/LogClient.h"
 #include "global/global_context.h"
 #include "common/debug.h"
 
+#include <iomanip>
+
 #define dout_context g_ceph_context
 
 bool ceph_using_tcmalloc()