Browse Source

include algorithm in cell.cpp

main
sp 6 months ago
parent
commit
7e5c86ba41
  1. 1
      util/cell.cpp

1
util/cell.cpp

@ -1,6 +1,7 @@
#include "cell.h"
#include <stdexcept>
#include <algorithm>
std::ostream &operator<<(std::ostream &os, const cell &c) {
os << static_cast<char>(c.type) << static_cast<char>(c.color);

Loading…
Cancel
Save