summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/boost-debug/shared_ptr.hpp4
1 files changed, 2 insertions, 2 deletions
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 <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