mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-12 11:31:16 +00:00
Fix missing std::find_if and others with GCC 14.1.1
This commit is contained in:
parent
d3096ebaac
commit
742662e4fc
@ -26,6 +26,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#define _CRT_SECURE_NO_WARNINGS /* shut up MSVC regarding the unsafe strcpy/strcat */
|
||||
|
||||
#include "ppcdisasm.h"
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <functional> /* without this, MSVC doesn't understand std::function */
|
||||
#include <iostream>
|
||||
|
@ -28,6 +28,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#include <devices/memctrl/mpc106.h>
|
||||
#include <loguru.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user