summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_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/lv2_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/lv2_plugin.cc')
-rw-r--r--libs/ardour/lv2_plugin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc
index 543feb5930..d0fe39301d 100644
--- a/libs/ardour/lv2_plugin.cc
+++ b/libs/ardour/lv2_plugin.cc
@@ -36,6 +36,7 @@
#include "pbd/stl_delete.h"
#include "pbd/compose.h"
#include "pbd/error.h"
+#include "pbd/locale_guard.h"
#include "pbd/replace_all.h"
#include "pbd/xml++.h"