Pingus / pingus

GNU General Public License v3.0
170 stars 31 forks source link

Add missing header for std::function and std::bind #181

Closed jwakely closed 7 years ago

jwakely commented 7 years ago

This causes a build failure with GCC 7, because <functional> is no longer included indirectly by other headers. The code should include the right headers for the features it uses.