diff options
Diffstat (limited to 'common/log.cc')
-rw-r--r-- | common/log.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/log.cc b/common/log.cc index e72633bc..cbd3c171 100644 --- a/common/log.cc +++ b/common/log.cc @@ -28,6 +28,8 @@ #include "log.h" +NEXTPNR_NAMESPACE_BEGIN + std::vector<FILE *> log_files; std::vector<std::ostream *> log_streams; FILE *log_errfile = NULL; @@ -233,3 +235,5 @@ void log_flush() void log_cell(CellInfo *cell, std::string indent) {} void log_net(NetInfo *net, std::string indent) {} + +NEXTPNR_NAMESPACE_END |