mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Fix build failing when disabling precompiled headers.
This commit is contained in:
parent
bd740ae9c7
commit
46057db37d
39 changed files with 50 additions and 11 deletions
|
@ -2,6 +2,10 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "Common/Common.h"
|
||||
|
||||
#include "VideoCommon/LookUpTables.h"
|
||||
#include "VideoCommon/sfont.inc"
|
||||
#include "VideoCommon/TextureDecoder.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue