utils.h missing include

Issue #9 duplicate
Former user created an issue

The utils.h file uses std::fill, which is defined in <algorithm>, so it should be included. The absence of this include causes a build failure on OS X Mavericks.

Comments (2)

  1. Log in to comment