Fix local include.
git-svn-id: svn://localhost/ardour2/branches/3.0@5016 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8a7e3f17f4
commit
9ec3728796
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user