Which build environment is this on?
Hi there. Sorry I just updated the post to include the following
This is most likely a gcc-14 change with it removing implicit header includes. They do this almost every major release with a header or two.
Feel free to make a PR with the extra include
Thank you. Learned a lot today. :bow:
Hello!
I'm trying to compile dxvk from source, and I encountered the following.
OS: Fedora 40, kernel-6.11
Adding the following to src/d3d9/d3d9_mem.cpp seems to have fixed this compile issue:
#include <algorithm>