random error

This commit is contained in:
microsoftv 2024-08-27 06:03:20 -04:00
parent 17a9fbfbdf
commit b9c62af4b0
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project // SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
#include "random.h"
#include "random_error.h"
#include "common/logging/log.h" #include "common/logging/log.h"
#include "core/libraries/error_codes.h" #include "core/libraries/error_codes.h"
#include "core/libraries/libs.h" #include "core/libraries/libs.h"
#include "random.h"
namespace Libraries::Random { namespace Libraries::Random {