Codice: Seleziona tutto
(base) tomas@tomas-tobefilledbyoem:~/Desktop/AI$ x86_64-w64-mingw32-g++ -o main.exe -O3 main.cpp -std=c++17
In file included from main.cpp:11:
/home/tomas/Desktop/AI/cluster_raw.cpp:5:10: fatal error: boost/algorithm/string.hpp: File o directory non esistente
5 | #include <boost/algorithm/string.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
