From 2901e2d8342d8e76a6af641298636536735409a1 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 25 Dec 2016 17:43:13 +0200 Subject: [PATCH] Added missing Intel intrinsics #include --- src/r_draw_pal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r_draw_pal.cpp b/src/r_draw_pal.cpp index a6b6a7946..f700be7e2 100644 --- a/src/r_draw_pal.cpp +++ b/src/r_draw_pal.cpp @@ -33,6 +33,7 @@ ** */ +#include #include "templates.h" #include "doomtype.h" #include "doomdef.h"