diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 18:51:48 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 21:43:47 +1000 |
commit | 83e4e5d759903e70a9bbf75d4d084bfda49e5877 (patch) | |
tree | 11704ed8308ebbc1692281e4db23efd91e39f989 /src/balutil/precomp.h | |
parent | 3c9eb7218686ffe40d841e7669d8fcf670f3c32b (diff) | |
download | wix-83e4e5d759903e70a9bbf75d4d084bfda49e5877.tar.gz wix-83e4e5d759903e70a9bbf75d4d084bfda49e5877.tar.bz2 wix-83e4e5d759903e70a9bbf75d4d084bfda49e5877.zip |
Upgrade to latest BootstrapperCore.
Diffstat (limited to 'src/balutil/precomp.h')
-rw-r--r-- | src/balutil/precomp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/balutil/precomp.h b/src/balutil/precomp.h index 89607416..c500060a 100644 --- a/src/balutil/precomp.h +++ b/src/balutil/precomp.h | |||
@@ -16,8 +16,9 @@ | |||
16 | #include <thmutil.h> | 16 | #include <thmutil.h> |
17 | #include <xmlutil.h> | 17 | #include <xmlutil.h> |
18 | 18 | ||
19 | #include "BootstrapperEngine.h" | 19 | #include <BootstrapperEngine.h> |
20 | #include "BootstrapperApplication.h" | 20 | #include <BootstrapperApplication.h> |
21 | |||
21 | #include "IBootstrapperEngine.h" | 22 | #include "IBootstrapperEngine.h" |
22 | #include "IBootstrapperApplication.h" | 23 | #include "IBootstrapperApplication.h" |
23 | 24 | ||