mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:29:13 +08:00
13 lines
348 B
Diff
13 lines
348 B
Diff
|
diff --git a/src/image.cpp b/src/image.cpp
|
||
|
index 47cc68d8..04a8afd3 100644
|
||
|
--- a/src/image.cpp
|
||
|
+++ b/src/image.cpp
|
||
|
@@ -8,6 +8,7 @@
|
||
|
|
||
|
#ifdef __SSSE3__
|
||
|
#include <tmmintrin.h> // For SSE3 intrinsic used in unpack_yuy2_sse
|
||
|
+#include <immintrin.h>
|
||
|
#endif
|
||
|
|
||
|
#pragma pack(push, 1) // All structs in this file are assumed to be byte-packed
|