fix std::shared_ptr check

git-svn-id: http://encfs.googlecode.com/svn/branches/1.x@132 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2013-11-17 06:36:14 +00:00
parent 218124c359
commit 15eb697a48

View File

@ -24,7 +24,7 @@
#include "config.h"
#ifdef HAVE_STD_SHARED_PTR
#if HAVE_STD_SHARED_PTR
#include <memory>
using std::shared_ptr;
using std::dynamic_pointer_cast;