diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 19:54:20 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-17 19:06:00 -0600 |
commit | 0d873d28c2dd18444afa08b748e91f495ed1cf5c (patch) | |
tree | c82e70b9ac047b316f976e6078bf19ff19cc7d95 /src/test/BurnUnitTest/precomp.h | |
parent | d6aceb1277606fe1f1688d40ee0895d0b89c6705 (diff) | |
download | wix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.tar.gz wix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.tar.bz2 wix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.zip |
Add plan tests.
Diffstat (limited to '')
-rw-r--r-- | src/test/BurnUnitTest/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/BurnUnitTest/precomp.h b/src/test/BurnUnitTest/precomp.h index fea30156..ddbdf9c6 100644 --- a/src/test/BurnUnitTest/precomp.h +++ b/src/test/BurnUnitTest/precomp.h | |||
@@ -69,6 +69,7 @@ | |||
69 | #include "manifest.h" | 69 | #include "manifest.h" |
70 | #include "splashscreen.h" | 70 | #include "splashscreen.h" |
71 | #include "bitsengine.h" | 71 | #include "bitsengine.h" |
72 | #include "detect.h" | ||
72 | 73 | ||
73 | #pragma managed | 74 | #pragma managed |
74 | #include <vcclr.h> | 75 | #include <vcclr.h> |