Only include intrin.h on Windows

This commit is contained in:
Corentin Wallez
2017-05-30 18:02:38 -04:00
committed by Corentin Wallez
parent 76dbbd54a0
commit 40fb17dddc

View File

@@ -14,7 +14,9 @@
#include "Math.h"
#include <intrin.h>
#if defined(_WIN32) || defined(_WIN64)
#include <intrin.h>
#endif
#include "Forward.h"