Common: Fix build with ARM64 clang-cl

This commit is contained in:
Stenzek
2023-10-01 20:47:38 +10:00
parent 9fc736eaa0
commit 68da62ec29
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: 2021 Connor McLaughlin <stenzek@gmail.com>
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
#ifndef _WIN32
#if !defined(_MSC_VER) || defined(__clang__)
#include "fastjmp.h"