]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fix build with GCC 4.8 6/head
authorOndrej Kozina <okozina@redhat.com>
Mon, 11 Feb 2013 13:45:27 +0000 (14:45 +0100)
committerOndrej Kozina <okozina@redhat.com>
Mon, 11 Feb 2013 13:45:27 +0000 (14:45 +0100)
snapper/Factory.cc

index 9c9662c7b4c6b313d1340547e41cf0ff45913b86..898881738ab710da4205594d0fdc478a8bfa05d7 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 
-#include "auto_ptr.h"
+#include <memory>
 
 #include "snapper/Factory.h"
 #include "snapper/Snapper.h"