dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
200 stars 21 forks source link

Fix missing std::find_if and others with GCC 14.1.1 #96

Closed kth5 closed 6 days ago

kth5 commented 6 days ago

Had issues compiling this with GCC 14.1.1 (20240618) on ppc64le.

Adding two includes fixed it however.