diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-10-17 19:12:21 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-10-24 20:07:21 -0500 |
commit | 273c69f34311f4f4e5f6b5896e71d0788f12d96a (patch) | |
tree | 4cf8f42f3ecfa9341a41686b74aa5e48068ede87 /src/engine/precomp.h | |
parent | 3f8e35223216ebbe7f6683a5031a5a97bbc66d5a (diff) | |
download | wix-273c69f34311f4f4e5f6b5896e71d0788f12d96a.tar.gz wix-273c69f34311f4f4e5f6b5896e71d0788f12d96a.tar.bz2 wix-273c69f34311f4f4e5f6b5896e71d0788f12d96a.zip |
WIXFEAT:6210 Change data type of versions to strings.
Diffstat (limited to 'src/engine/precomp.h')
-rw-r--r-- | src/engine/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/precomp.h b/src/engine/precomp.h index b5c5e65e..2bceab58 100644 --- a/src/engine/precomp.h +++ b/src/engine/precomp.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL | 24 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL |
25 | 25 | ||
26 | #include <dutil.h> | 26 | #include <dutil.h> |
27 | #include <verutil.h> | ||
27 | #include <aclutil.h> | 28 | #include <aclutil.h> |
28 | #include <apputil.h> | 29 | #include <apputil.h> |
29 | #include <buffutil.h> | 30 | #include <buffutil.h> |