Add include of shared_ptr.hpp
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Dec 2011 09:12:32 +0000 (10:12 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Dec 2011 09:12:32 +0000 (10:12 +0100)
include/metaproxy/package.hpp

index 8930f0e..52572e8 100644 (file)
@@ -27,6 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include "filter.hpp"
 #include "session.hpp"
 #include "origin.hpp"
+#include <boost/shared_ptr.hpp>
 
 namespace metaproxy_1 {
     class Package;