diff options
Diffstat (limited to 'src/ext/Bal/mbahost/precomp.h')
-rw-r--r-- | src/ext/Bal/mbahost/precomp.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/ext/Bal/mbahost/precomp.h b/src/ext/Bal/mbahost/precomp.h index d29a23f3..a07f2fc0 100644 --- a/src/ext/Bal/mbahost/precomp.h +++ b/src/ext/Bal/mbahost/precomp.h | |||
@@ -16,10 +16,15 @@ | |||
16 | #include <strutil.h> | 16 | #include <strutil.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 | #include "IBootstrapperEngine.h" | 21 | #include <IBootstrapperEngine.h> |
22 | #include "IBootstrapperApplication.h" | 22 | #include <IBootstrapperApplication.h> |
23 | #include "IBootstrapperApplicationFactory.h" | 23 | #include <IBootstrapperApplicationFactory.h> |
24 | 24 | ||
25 | #include "balutil.h" | 25 | #include <balutil.h> |
26 | |||
27 | #include <preqba.h> | ||
28 | #include <WixToolset.Mba.Host.h> // includes the generated assembly name macros. | ||
29 | |||
30 | #include "mbahost.h" | ||