Fixed compilation on Linux

src/polyrenderer/drawers/poly_triangle.cpp:212:20: error: ‘CPU’ was not declared in this scope
src/polyrenderer/drawers/screen_triangle.cpp:955:6: error: ‘CPU’ was not declared in this scope
This commit is contained in:
alexey.lysiuk 2017-04-22 22:16:59 +03:00
parent 545241aa06
commit e4c73cfc5f
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include "polyrenderer/poly_renderer.h"
#include "swrenderer/drawers/r_draw_rgba.h"
#include "screen_triangle.h"
#include "x86.h"
int PolyTriangleDrawer::viewport_x;
int PolyTriangleDrawer::viewport_y;

View File

@ -40,6 +40,7 @@
#include "poly_drawer32_sse2.h"
#endif
#include "poly_drawer8.h"
#include "x86.h"
namespace
{