Getting this error when compiling on ubuntu:
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
#include
Anyone?
Seems like you don't have boost-libs installed. I'm on Arch. I think it is something like 'sudo apt-get install lib-boost-all-dev' on ubuntu.