cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
882 stars 98 forks source link

add includes necessary to compile #370

Closed madewithlinux closed 6 years ago

madewithlinux commented 6 years ago

On my system, it was necessary to add these includes in order to compile. Without this, it doesn't recognize std::function<>.

My system is ubuntu 16.04, cmake 3.9.0, g++ 5.4.0.

eidheim commented 6 years ago

Thank you!