More work on moving engine into dlmalloc heap
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "wrap-algorithm.hpp"
|
||||
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
#include "debugcollector.hpp"
|
||||
#include "util.hpp"
|
||||
@@ -56,7 +56,7 @@ bool DebugCollector::do_header() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void DebugCollector::dump(eng::ostream &os) {
|
||||
void DebugCollector::dump(std::ostream &os) {
|
||||
flush();
|
||||
for (const eng::string &line : lines_) {
|
||||
os << line << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user