intelligent-agent / redeem

Firmware for Replicape
http://wiki.thing-printer.com/index.php?title=Redeem
GNU General Public License v3.0
36 stars 44 forks source link

fix build on GCC 7.x #73

Closed yomgui1 closed 6 years ago

yomgui1 commented 6 years ago

std::function is used but functional header is not included. Latest stable GCC requires this header to use it.