build: fix build failure when not using precompiled headers (#7087)

Co-authored-by: vitor-k <vitor-kiguchi@hotmail.com>
This commit is contained in:
Castor215 2023-10-23 21:21:35 +01:00 committed by GitHub
parent 36146459f8
commit ec55807669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <algorithm>
#include <zstd.h>
#include "common/logging/log.h"
#include "common/zstd_compression.h"
namespace Common::Compression {

View File

@ -11,6 +11,7 @@
#include <span>
#include <catch2/catch_approx.hpp>
#include <catch2/catch_test_macros.hpp>
#include <fmt/format.h>
#include <nihstro/inline_assembly.h>
#include "video_core/shader/shader_interpreter.h"
#include "video_core/shader/shader_jit_x64_compiler.h"