darrenjs/wampcc

Compilation error with GCC7

thiings opened this issue · 1 comments

Error: while compiling with gcc7 --> error: ‘function’ in namespace ‘std’ does not name a template type...
Solution: include 'functional' header into utils.h

fixed, thanks.