Index: tools/gcmole/gcmole.lua |
diff --git a/tools/gcmole/gcmole.lua b/tools/gcmole/gcmole.lua |
index 9739684629e7e990b93fcd09280c8c042e17b911..82ea4e02951698cb38ca013437da7974200f25f9 100644 |
--- a/tools/gcmole/gcmole.lua |
+++ b/tools/gcmole/gcmole.lua |
@@ -111,6 +111,7 @@ local function MakeClangCommandLine( |
.. " -DENABLE_DEBUGGER_SUPPORT" |
.. " -DV8_I18N_SUPPORT" |
.. " -I./" |
+ .. " -Iinclude/" |
.. " -Ithird_party/icu/source/common" |
.. " -Ithird_party/icu/source/i18n" |
.. " " .. arch_options |