marssaxman / ozette

terminal mode directory-oriented tabbed editor shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to compile, need to include <functional>.

leetNightshade opened this issue · comments

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.

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.