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"