diff options
Diffstat (limited to '')
| -rw-r--r-- | src/api/burn/test/BalUtilUnitTest/precomp.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/api/burn/test/BalUtilUnitTest/precomp.h b/src/api/burn/test/BalUtilUnitTest/precomp.h index ce893906..218cab68 100644 --- a/src/api/burn/test/BalUtilUnitTest/precomp.h +++ b/src/api/burn/test/BalUtilUnitTest/precomp.h | |||
| @@ -18,11 +18,15 @@ | |||
| 18 | #include <BootstrapperEngine.h> | 18 | #include <BootstrapperEngine.h> |
| 19 | #include <BootstrapperApplication.h> | 19 | #include <BootstrapperApplication.h> |
| 20 | 20 | ||
| 21 | #include "IBootstrapperEngine.h" | 21 | #include <BAFunctions.h> |
| 22 | #include "IBootstrapperApplication.h" | 22 | #include <IBootstrapperEngine.h> |
| 23 | #include "balutil.h" | 23 | #include <IBootstrapperApplication.h> |
| 24 | #include "balretry.h" | 24 | #include <IBAFunctions.h> |
| 25 | #include "BAFunctions.h" | 25 | #include <balutil.h> |
| 26 | #include <balretry.h> | ||
| 27 | |||
| 28 | #include "TestBAFunctions.h" | ||
| 29 | #include "TestBootstrapperApplication.h" | ||
| 26 | 30 | ||
| 27 | #pragma managed | 31 | #pragma managed |
| 28 | #include <vcclr.h> | 32 | #include <vcclr.h> |
