The `<algorithm>` thing (which is C++ not C) is within the C++ standard that 
allows any header to include any other header (or not, which is what they 
changed, some headers that used to use it no longer do).  Users should always 
include what they use irrespective of "automagic" inclusions in headers since 
they can change at any time.  There is a 
[tool](https://github.com/include-what-you-use/include-what-you-use) released 
by Google that leeches off clang to check for it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1298#issuecomment-1848857911
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1298/[email protected]>

Reply via email to