diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-29 21:29:28 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-10-24 20:03:38 -0500 |
commit | d1d31466bb9f2e887a277807d60378afef9cc57d (patch) | |
tree | 90b0185ce83f4ec5d986205aff2ce2487d3260de /src/test/DUtilUnitTest/precomp.h | |
parent | 281ad838c5001f988aeea06a6f06ce2cc6c0991d (diff) | |
download | wix-d1d31466bb9f2e887a277807d60378afef9cc57d.tar.gz wix-d1d31466bb9f2e887a277807d60378afef9cc57d.tar.bz2 wix-d1d31466bb9f2e887a277807d60378afef9cc57d.zip |
WIXFEAT:6210 Parse and compare bundle versions kind of like SemVer.
Diffstat (limited to 'src/test/DUtilUnitTest/precomp.h')
-rw-r--r-- | src/test/DUtilUnitTest/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/DUtilUnitTest/precomp.h b/src/test/DUtilUnitTest/precomp.h index b3a1a9cb..f665fed1 100644 --- a/src/test/DUtilUnitTest/precomp.h +++ b/src/test/DUtilUnitTest/precomp.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <monutil.h> | 22 | #include <monutil.h> |
23 | #include <regutil.h> | 23 | #include <regutil.h> |
24 | #include <uriutil.h> | 24 | #include <uriutil.h> |
25 | #include <verutil.h> | ||
25 | 26 | ||
26 | #pragma managed | 27 | #pragma managed |
27 | #include <vcclr.h> | 28 | #include <vcclr.h> |