aboutsummaryrefslogtreecommitdiffstats
path: root/src/dabOutput/edi/TagPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dabOutput/edi/TagPacket.h')
-rw-r--r--src/dabOutput/edi/TagPacket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dabOutput/edi/TagPacket.h b/src/dabOutput/edi/TagPacket.h
index 41d922c..a861cbb 100644
--- a/src/dabOutput/edi/TagPacket.h
+++ b/src/dabOutput/edi/TagPacket.h
@@ -33,6 +33,7 @@
#include <list>
#include <stdint.h>
+namespace edi {
// A TagPacket is nothing else than a list of tag items, with an
// Assemble function that puts the bytestream together and adds
@@ -51,3 +52,5 @@ class TagPacket
unsigned int m_alignment;
};
+}
+