summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2016-09-05 10:22:39 +1000
committerTim Mayberry <mojofunk@gmail.com>2017-06-22 10:48:38 +1000
commit6d35b3c4e4ed1bdded94da49b9421ca893a9e6ea (patch)
tree2d280a721d64f9f65bb7d9962f558fa368e6ecc3 /libs/ardour/plugin.cc
parent5ddd7a58b6b738d6b5e527ba9a363adefe3af325 (diff)
Remove locale_guard.h from ardour/ardour.h header
Add to source files that use LocaleGuard Results in far less recompiling when pbd/locale_guard.h changes
Diffstat (limited to 'libs/ardour/plugin.cc')
-rw-r--r--libs/ardour/plugin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/plugin.cc b/libs/ardour/plugin.cc
index cfa5fb34b1..937b73a957 100644
--- a/libs/ardour/plugin.cc
+++ b/libs/ardour/plugin.cc
@@ -40,6 +40,7 @@
#include "pbd/compose.h"
#include "pbd/error.h"
+#include "pbd/locale_guard.h"
#include "pbd/xml++.h"
#include "ardour/buffer_set.h"