summaryrefslogtreecommitdiff
path: root/libs/ardour/region_factory.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-19 21:53:09 +0000
committerDavid Robillard <d@drobilla.net>2011-10-19 21:53:09 +0000
commit0bc8832e208154a0f172d34182ed6b0bc8bba52f (patch)
tree644c340672ff6ca12cce8f697dcd3b88d7036c04 /libs/ardour/region_factory.cc
parent32bf6003c477fc74d1babde31d0a5d0e1cf28c63 (diff)
Trim include tree.
git-svn-id: svn://localhost/ardour2/branches/3.0@10244 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region_factory.cc')
-rw-r--r--libs/ardour/region_factory.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/region_factory.cc b/libs/ardour/region_factory.cc
index fb195dba4c..2c1a451335 100644
--- a/libs/ardour/region_factory.cc
+++ b/libs/ardour/region_factory.cc
@@ -36,6 +36,7 @@
using namespace ARDOUR;
using namespace PBD;
+using namespace std;
PBD::Signal1<void,boost::shared_ptr<Region> > RegionFactory::CheckNewRegion;
Glib::StaticMutex RegionFactory::region_map_lock;