blob: 60d1e16adf1ba441fccd95f885249a31c709c3d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naur harfbuzz-1.2.6.orig/src/hb.h harfbuzz-1.2.6/src/hb.h
--- harfbuzz-1.2.6.orig/src/hb.h 2016-01-06 04:00:36.000000000 -0800
+++ harfbuzz-1.2.6/src/hb.h 2016-06-15 05:30:43.212202580 -0700
@@ -32,6 +32,7 @@
#define HB_EXTERN extern
#endif
+#include <emmintrin.h>
#include "hb-blob.h"
#include "hb-buffer.h"
#include "hb-common.h"
|