#3363: Fixed compilation error with MongoDB::Connection and Util::Application

This commit is contained in:
Günter Obiltschnig 2021-11-05 14:19:01 +01:00
parent 931143df85
commit f71cc32f0b

View File

@ -26,6 +26,9 @@ namespace Poco {
namespace MongoDB {
class Message; // Required to disambiguate friend declaration in MessageHeader.
class MongoDB_API MessageHeader
/// Represents the message header which is always prepended to a
/// MongoDB request or response message.