diff options
Diffstat (limited to 'dw/types.cc')
-rw-r--r-- | dw/types.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/types.cc b/dw/types.cc index 057e48fe..05665909 100644 --- a/dw/types.cc +++ b/dw/types.cc @@ -22,6 +22,8 @@ #include "core.hh" #include "../lout/msg.h" +using namespace lout; + namespace dw { namespace core { |