From: Dan Stowell Date: Sat, 4 Oct 2014 16:19:47 +0000 (+0100) Subject: ia64 and alpha include perf bits in other files X-Git-Tag: archive/raspbian/1%3.10.4+repack-1+rpi1^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5f5c076053c9dd7be796f397f02f5d25736efc27;p=supercollider.git ia64 and alpha include perf bits in other files =================================================================== Gbp-Pq: Name perf-counter-include.patch --- diff --git a/external_libraries/nova-simd/benchmarks/perf_counter.hpp b/external_libraries/nova-simd/benchmarks/perf_counter.hpp index ee78f18..ee68df6 100644 --- a/external_libraries/nova-simd/benchmarks/perf_counter.hpp +++ b/external_libraries/nova-simd/benchmarks/perf_counter.hpp @@ -54,6 +54,11 @@ #endif +#if defined(__ia64__) || defined(__alpha__) +#include +#endif + + /* * User-space ABI bits: */