Index: gyp/opts.gyp |
diff --git a/gyp/opts.gyp b/gyp/opts.gyp |
index 52d883138d1692046744009a0ec6e7211d986234..d05d456d29ac3f8daeaebd0c61b359fe17171fa9 100644 |
--- a/gyp/opts.gyp |
+++ b/gyp/opts.gyp |
@@ -92,6 +92,7 @@ |
'include_dirs': [ |
'../include/private', |
'../src/core', |
+ '../src/utils', |
], |
'sources': [ '<@(ssse3_sources)' ], |
'conditions': [ |
@@ -112,6 +113,7 @@ |
'include_dirs': [ |
'../include/private', |
'../src/core', |
+ '../src/utils', |
], |
'sources': [ '<@(sse41_sources)' ], |
'conditions': [ |