From 3ca4df312c8634f668fbe2f3788073316724649d Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sun, 19 Jan 2025 13:00:01 +0200 Subject: [PATCH] macOS fix --- src/core/devices/random.cpp | 2 +- src/core/devices/srandom.cpp | 2 +- src/core/devices/urandom.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/devices/random.cpp b/src/core/devices/random.cpp index 5289495c3..705449423 100644 --- a/src/core/devices/random.cpp +++ b/src/core/devices/random.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later - +#include #include "common/logging/log.h" #include "random.h" diff --git a/src/core/devices/srandom.cpp b/src/core/devices/srandom.cpp index 66c0bf4a9..ff80adeaf 100644 --- a/src/core/devices/srandom.cpp +++ b/src/core/devices/srandom.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later - +#include #include "common/logging/log.h" #include "srandom.h" diff --git a/src/core/devices/urandom.cpp b/src/core/devices/urandom.cpp index cd85d7aaf..8917caea5 100644 --- a/src/core/devices/urandom.cpp +++ b/src/core/devices/urandom.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later - +#include #include "common/logging/log.h" #include "urandom.h"