mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 22:01:41 +00:00
Resolve build failure on i686-linux
gcc had to say: gzdoom-g4.8.0/src/common/engine/stats.h:83:13: error: 'CPU' was not declared in this scope 83 | if (CPU.bRDTSC)
This commit is contained in:
parent
cd998edf86
commit
3213f046c2
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
|||
#define __STATS_H__
|
||||
|
||||
#include "zstring.h"
|
||||
#if defined __i386__
|
||||
#include "x86.h"
|
||||
#endif
|
||||
|
||||
#if !defined _WIN32 && !defined __APPLE__
|
||||
|
||||
|
|
Loading…
Reference in a new issue