5b7fb7d
--- pdns-3.1/modules/mongodbbackend/mongodbbackend.hh.orig	2012-05-04 12:13:23.000000000 +0200
5b7fb7d
+++ pdns-3.1/modules/mongodbbackend/mongodbbackend.hh	2012-09-18 13:09:19.000000000 +0200
5b7fb7d
@@ -1,13 +1,13 @@
5b7fb7d
 #ifndef MONGODB_HH
5b7fb7d
 #define MONGODB_HH
5b7fb7d
 
5b7fb7d
+#include "client/dbclient.h"
5b7fb7d
 #include "pdns/dnsbackend.hh"
5b7fb7d
 
5b7fb7d
 #undef VERSION
5b7fb7d
 #include <string>
5b7fb7d
 using std::string;
5b7fb7d
-
5b7fb7d
-#include "client/dbclient.h"
5b7fb7d
+using std::auto_ptr;
5b7fb7d
 
5b7fb7d
 class MONGODBException {
5b7fb7d
 public: