From: David Robillard Date: Thu, 30 Apr 2009 16:47:51 +0000 (+0000) Subject: Fix local include. X-Git-Tag: 3.0-alpha5~3498 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9ec372879601dc946b90ed5be8c426c06edc1d23;hp=8a7e3f17f4b78bb0383e47a7ee2e63fb964c04e7;p=ardour.git Fix local include. git-svn-id: svn://localhost/ardour2/branches/3.0@5016 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/libs/pbd/boost-debug/shared_ptr.hpp b/libs/pbd/boost-debug/shared_ptr.hpp index 506d11bde5..4c8b88f2b0 100644 --- a/libs/pbd/boost-debug/shared_ptr.hpp +++ b/libs/pbd/boost-debug/shared_ptr.hpp @@ -5,7 +5,7 @@ #else -#include +#include "pbd/stacktrace.h" #ifndef BOOST_SHARED_PTR_HPP_INCLUDED #define BOOST_SHARED_PTR_HPP_INCLUDED @@ -23,7 +23,7 @@ // See http://www.boost.org/libs/smart_ptr/shared_ptr.htm for documentation. // -#include +#include "pbd/stacktrace.h" #include // for broken compiler workarounds