mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
<intrin.h> is for windows only
This commit is contained in:
parent
e3156c2cc4
commit
e015c57663
1 changed files with 4 additions and 1 deletions
|
|
@ -23,9 +23,12 @@
|
|||
#include <cstring> // for memset
|
||||
#include <cstdlib>
|
||||
#include <stdint.h>
|
||||
#include <intrin.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
#include "pbd/fpu.h"
|
||||
#include "pbd/error.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue