mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-02 21:45:25 +00:00
Fix build on ppc64
This commit is contained in:
@ -58,8 +58,9 @@ class InitCond;
|
||||
class Param;
|
||||
class Preset;
|
||||
//#include <map>
|
||||
#ifdef __SSE2__
|
||||
#include <immintrin.h>
|
||||
|
||||
#endif
|
||||
|
||||
/* Parameter Type */
|
||||
class Param {
|
||||
|
||||
@ -5,8 +5,9 @@
|
||||
#include <iostream>
|
||||
#include <cmath>
|
||||
#include "Renderer/BeatDetect.hpp"
|
||||
#ifdef __SSE2__
|
||||
#include <immintrin.h>
|
||||
|
||||
#endif
|
||||
|
||||
PresetInputs::PresetInputs() : PipelineContext()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user