diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-17 14:11:30 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-17 19:06:00 -0600 |
commit | 643293e48d176ff78282670512f45b4cf889b0a5 (patch) | |
tree | 663433bb793e6dfef5d043cea4ba24b6ee3fb03d /src/engine/precomp.h | |
parent | 4ca0a5b2a8711cae9e60cb4075799bffef4ce75a (diff) | |
download | wix-643293e48d176ff78282670512f45b4cf889b0a5.tar.gz wix-643293e48d176ff78282670512f45b4cf889b0a5.tar.bz2 wix-643293e48d176ff78282670512f45b4cf889b0a5.zip |
Allow E_IMPL from BA/bext and check all cbSizes from BA/bext.
Diffstat (limited to 'src/engine/precomp.h')
-rw-r--r-- | src/engine/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/precomp.h b/src/engine/precomp.h index 2bceab58..a8a656d1 100644 --- a/src/engine/precomp.h +++ b/src/engine/precomp.h | |||
@@ -100,6 +100,7 @@ | |||
100 | #include "bitsengine.h" | 100 | #include "bitsengine.h" |
101 | #include "netfxchainer.h" | 101 | #include "netfxchainer.h" |
102 | 102 | ||
103 | #include "externalengine.h" | ||
103 | #include "EngineForApplication.h" | 104 | #include "EngineForApplication.h" |
104 | #include "EngineForExtension.h" | 105 | #include "EngineForExtension.h" |
105 | #include "engine.messages.h" | 106 | #include "engine.messages.h" |