Elmi Ahmadov d93dda397c avoid implicit namespaces
This PR fixes the ambigious `partial_sort` in KeywordExtractor.hpp.
We also have a definition for it and the compiler is consufed which
implementation should be used. To fix it, we can use the `std` namespace
explicitly.

Also, use the `std` namespace for the other data structures and include
their headers.
2025-04-10 19:10:05 +02:00
..
2019-09-04 20:50:11 +08:00
2025-04-10 19:10:05 +02:00
2019-03-15 15:48:09 +08:00
2016-07-23 20:49:27 +08:00