From 817d01e4f19b5d6e82da04da4c094bbc55b5ffdb Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Mon, 11 Feb 2013 14:45:27 +0100 Subject: [PATCH] - fix build with GCC 4.8 --- snapper/Factory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3