'ThirdParty/Linux/LibCxx/include/c++/v1/__locale:21:10: fatal error: 'locale.h' file not found#include <locale.h>
The worst thing is that I cannot compile any .cpp file. It gives me this error when I want to compile .cpp file,how can I fix it?:
g++ binary.cppIn file included from /usr/include/x86_64-linux-gnu/ c++/7/bits/c++locale.h:41:0,from /usr/include/c++/7/bits/localefwd.h:40,from /usr/include/c++/7/ios:41,from /usr/include/c++/7/ostream:38,from /usr/include/c++/7/iostream:39,from binary.cpp:1:/usr/include/c++/7/clocale:42:10: fatal error: locale.h: No such file or directory#include <locale.h> ^~~~~~~~~~compilation terminated.