From: Ondrej Kozina Date: Mon, 11 Feb 2013 13:45:27 +0000 (+0100) Subject: - fix build with GCC 4.8 X-Git-Tag: v0.1.3~30^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=817d01e4f19b5d6e82da04da4c094bbc55b5ffdb;p=thirdparty%2Fsnapper.git - fix build with GCC 4.8 --- diff --git a/snapper/Factory.cc b/snapper/Factory.cc index 9c9662c7..89888173 100644 --- a/snapper/Factory.cc +++ b/snapper/Factory.cc @@ -20,7 +20,7 @@ */ -#include "auto_ptr.h" +#include #include "snapper/Factory.h" #include "snapper/Snapper.h"