Remove ambiguity between boost::uint64_t and ::uint64_t.

This has been causing people problems on uclibc builds.
This commit is contained in:
Joe Thornber
2014-07-02 08:19:20 +00:00
parent 9d63576ed3
commit e77e8715b0
7 changed files with 19 additions and 26 deletions

View File

@@ -4,8 +4,6 @@
#include "persistent-data/data-structures/btree.h"
#include "persistent-data/run.h"
using namespace boost;
//----------------------------------------------------------------
namespace thin_provisioning {
@@ -50,7 +48,7 @@ namespace thin_provisioning {
class damage_visitor {
public:
typedef shared_ptr<damage_visitor> ptr;
typedef boost::shared_ptr<damage_visitor> ptr;
virtual ~damage_visitor() {}