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:
Jan Engelhardt 2022-06-18 22:28:20 +02:00 committed by Christoph Oelckers
parent cd998edf86
commit 3213f046c2

View file

@ -35,6 +35,9 @@
#define __STATS_H__
#include "zstring.h"
#if defined __i386__
#include "x86.h"
#endif
#if !defined _WIN32 && !defined __APPLE__