diff options
Diffstat (limited to 'src/lib/netlist/plib/pfmtlog.h')
-rw-r--r-- | src/lib/netlist/plib/pfmtlog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/netlist/plib/pfmtlog.h b/src/lib/netlist/plib/pfmtlog.h index d72bdc6ce6b..118d7a1f598 100644 --- a/src/lib/netlist/plib/pfmtlog.h +++ b/src/lib/netlist/plib/pfmtlog.h @@ -14,6 +14,8 @@ #include "pstring.h" #include "ptypes.h" +PLIB_NAMESPACE_START() + template <typename T> struct ptype_treats { @@ -293,4 +295,7 @@ void plog_channel<L, build_enabled>::vdowrite(const pstring &ls) const m_base->vlog(L, ls); } +PLIB_NAMESPACE_END() + + #endif /* _PSTRING_H_ */ |