1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Fix #25628: AVX2 and SSE4 availability not detected correctly

Co-authored-by: TBoshoven <TBoshoven@users.noreply.github.com>
This commit is contained in:
Gymnasiast
2025-12-10 15:21:49 +01:00
parent b1103708ea
commit 3a27ba7db1
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#include "../Context.h"
#include "../Game.h"
#include "../core/CallingConventions.h"
#include "../core/File.h"
#include "../core/Path.hpp"
#include "../core/String.hpp"