build: Fix non-PCH build on Linux and add non-PCH verification to CI. (#7351)

This commit is contained in:
Steveice10
2024-01-13 19:58:09 -08:00
committed by GitHub
parent 72c1075402
commit cca8c08a9a
4 changed files with 9 additions and 4 deletions

View File

@ -4,6 +4,7 @@
#include <gamemode_client.h>
#include "common/linux/gamemode.h"
#include "common/logging/log.h"
#include "common/settings.h"
namespace Common::Linux {