Fix build on ppc64

This commit is contained in:
luigino
2018-06-23 16:58:03 +02:00
parent 02ad1f7ba7
commit 426e643f10
2 changed files with 4 additions and 2 deletions

View File

@ -58,8 +58,9 @@ class InitCond;
class Param;
class Preset;
//#include <map>
#ifdef __SSE2__
#include <immintrin.h>
#endif
/* Parameter Type */
class Param {

View File

@ -5,8 +5,9 @@
#include <iostream>
#include <cmath>
#include "Renderer/BeatDetect.hpp"
#ifdef __SSE2__
#include <immintrin.h>
#endif
PresetInputs::PresetInputs() : PipelineContext()
{