X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=common%2Fmemshfl.h;h=de5c439a2aca3ccbcad4380b653fc2bf836c5974;hb=1b4e75ada4327473c80956559b219ecc4376525d;hp=090a54d8a7fd1c7eaf4d010a5ee5b02957e1deed;hpb=8c61df76c4b35ab58316f35b6a09a3f977efd596;p=casparcg diff --git a/common/memshfl.h b/common/memshfl.h index 090a54d8a..de5c439a2 100644 --- a/common/memshfl.h +++ b/common/memshfl.h @@ -21,7 +21,11 @@ #pragma once +#ifdef _MSC_VER #include +#else +#include +#endif namespace caspar { @@ -51,4 +55,4 @@ static void* aligned_memshfl(void* dest, const void* source, size_t count, int m } -} \ No newline at end of file +}