@ -1,10 +1,20 @@
#include <cstring>
// every day is assert day
#ifndef NDEBUG
#include <cassert>
#else
#define NDEBUG
#undef NDEBUG
#endif
#include <algorithm>
#include "graph_browser.hpp"
namespace {
std::string historyToString(const std::deque<std::string>& d, size_t max_length)
{