summaryrefslogtreecommitdiff
path: root/libs/pbd/boost_debug.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-17 13:51:02 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-17 13:51:02 -0400
commit2eabeebdc5010b7c590c38f0b444f75169b1d63c (patch)
treeeff4873793247685b1231ce2443a97116b40f129 /libs/pbd/boost_debug.cc
parent98c93ee53effd43ec54abaa6c47cf41925ae349e (diff)
add -fvisibility=hidden to libpbd, and make things work
Diffstat (limited to 'libs/pbd/boost_debug.cc')
-rw-r--r--libs/pbd/boost_debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/boost_debug.cc b/libs/pbd/boost_debug.cc
index 1267e7d168..6b9c0cbc92 100644
--- a/libs/pbd/boost_debug.cc
+++ b/libs/pbd/boost_debug.cc
@@ -33,6 +33,7 @@
#include <boost/shared_ptr.hpp>
#include "pbd/stacktrace.h"
+#include "pbd/boost_debug.h"
class Backtrace {
public: