summaryrefslogtreecommitdiffstats
path: root/src/shared/Forge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/Forge.cpp')
-rw-r--r--src/shared/Forge.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Forge.cpp b/src/shared/Forge.cpp
index 8565f249..e5a9dd9b 100644
--- a/src/shared/Forge.cpp
+++ b/src/shared/Forge.cpp
@@ -22,6 +22,7 @@
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
namespace Ingen {
+namespace Shared {
Forge::Forge(Shared::URIMap& map)
{
@@ -52,4 +53,5 @@ Forge::str(const Raul::Atom& atom)
return ss.str();
}
+} // namespace Shared
} // namespace Ingen