diff options
Diffstat (limited to 'src/test/examples/TestEngine/precomp.h')
-rw-r--r-- | src/test/examples/TestEngine/precomp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/examples/TestEngine/precomp.h b/src/test/examples/TestEngine/precomp.h index 6e867e89..d0068747 100644 --- a/src/test/examples/TestEngine/precomp.h +++ b/src/test/examples/TestEngine/precomp.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #include "conutil.h" | 8 | #include "conutil.h" |
9 | #include "logutil.h" | 9 | #include "logutil.h" |
10 | #include "memutil.h" | 10 | #include "memutil.h" |
11 | #include "pathutil.h" | ||
11 | 12 | ||
12 | #include "BootstrapperEngine.h" | 13 | #include "BootstrapperEngine.h" |
13 | #include "BootstrapperApplication.h" | 14 | #include "BootstrapperApplication.h" |
@@ -15,5 +16,6 @@ | |||
15 | #include "TestEngine.h" | 16 | #include "TestEngine.h" |
16 | 17 | ||
17 | HRESULT RunShutdownEngine( | 18 | HRESULT RunShutdownEngine( |
19 | __in LPCWSTR wzBundleFilePath, | ||
18 | __in LPCWSTR wzBAFilePath | 20 | __in LPCWSTR wzBAFilePath |
19 | ); | 21 | ); |