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/dutil/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/dutil/precomp.h')
-rw-r--r-- | src/dutil/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dutil/precomp.h b/src/dutil/precomp.h index 7fdc83ae..be58860c 100644 --- a/src/dutil/precomp.h +++ b/src/dutil/precomp.h | |||
@@ -89,6 +89,7 @@ | |||
89 | #include "uncutil.h" | 89 | #include "uncutil.h" |
90 | #include "uriutil.h" | 90 | #include "uriutil.h" |
91 | #include "userutil.h" | 91 | #include "userutil.h" |
92 | #include "verutil.h" | ||
92 | #include "wiutil.h" | 93 | #include "wiutil.h" |
93 | #include "wuautil.h" | 94 | #include "wuautil.h" |
94 | #include <comutil.h> // This header is needed for msxml2.h to compile correctly | 95 | #include <comutil.h> // This header is needed for msxml2.h to compile correctly |