Fails to compile, need to include <functional>.
leetNightshade opened this issue · 1 comments
leetNightshade commented
You don't have precompiled headers setup for your project, and any place that uses std::function fails to compile for me on Arch with gcc 8.1.1. You need to make sure to include in any place that uses it.
marssaxman commented
Thanks for the catch! I wonder why I'm not getting errors when I build on Ubuntu 16.04, and whether there's some way I can convince the compiler to be more strict about it.