mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue