diff --git a/mozglue/build/moz.build b/mozglue/build/moz.build index 58e2db6be14..5520d13297c 100644 --- a/mozglue/build/moz.build +++ b/mozglue/build/moz.build @@ -44,6 +44,9 @@ if not CONFIG['JS_STANDALONE']: ] if CONFIG['OS_TARGET'] == 'WINNT': + LOCAL_INCLUDES += [ + '/memory/build', + ] SOURCES += [ 'WindowsDllBlocklist.cpp', ]