Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
-#include "include/mempool.h"
#include "osd/PGPeeringEvent.h"
+#include "include/mempool.h"
#include "messages/MOSDPGLog.h"
MEMPOOL_DEFINE_OBJECT_FACTORY(PGPeeringEvent, pg_peering_evt, osd);
#pragma once
+#include <iostream>
+#include <memory>
+#include <sstream>
+#include <string>
+
+#include <boost/intrusive_ptr.hpp>
#include <boost/statechart/event.hpp>
#include "osd/osd_types.h"