mirror of
https://github.com/vgough/encfs.git
synced 2025-01-06 05:59:02 +01:00
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:
parent
218124c359
commit
15eb697a48
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef HAVE_STD_SHARED_PTR
|
#if HAVE_STD_SHARED_PTR
|
||||||
#include <memory>
|
#include <memory>
|
||||||
using std::shared_ptr;
|
using std::shared_ptr;
|
||||||
using std::dynamic_pointer_cast;
|
using std::dynamic_pointer_cast;
|
||||||
|
Loading…
Reference in New Issue
Block a user