Fix local include.
authorDavid Robillard <d@drobilla.net>
Thu, 30 Apr 2009 16:47:51 +0000 (16:47 +0000)
committerDavid Robillard <d@drobilla.net>
Thu, 30 Apr 2009 16:47:51 +0000 (16:47 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5016 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/boost-debug/shared_ptr.hpp

index 506d11bde5dc13cce8f1e8222ca35df514de5784..4c8b88f2b0956693660d01e488abb93461b6740b 100644 (file)
@@ -5,7 +5,7 @@
 
 #else
 
-#include <pbd/stacktrace.h>
+#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 <pbd/stacktrace.h>
+#include "pbd/stacktrace.h"
 
 #include <boost/config.hpp>   // for broken compiler workarounds