diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2018-12-29 14:33:39 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2018-12-29 14:37:50 -0600 |
commit | 88cd76dbbcce061f80e234489bc18450f56a6e77 (patch) | |
tree | 411572481b0854166836b46e0fa8d80ffb8db82f /src/dutil/precomp.h | |
parent | 8f18a68edca97a944b2fbfeab7a41596b159f146 (diff) | |
download | wix-88cd76dbbcce061f80e234489bc18450f56a6e77.tar.gz wix-88cd76dbbcce061f80e234489bc18450f56a6e77.tar.bz2 wix-88cd76dbbcce061f80e234489bc18450f56a6e77.zip |
Import deputil from old v4 repo.
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 3acbca43..c305573d 100644 --- a/src/dutil/precomp.h +++ b/src/dutil/precomp.h | |||
@@ -56,6 +56,7 @@ | |||
56 | #include "guidutil.h" | 56 | #include "guidutil.h" |
57 | #include "gdiputil.h" | 57 | #include "gdiputil.h" |
58 | #include "dictutil.h" | 58 | #include "dictutil.h" |
59 | #include "deputil.h" // NOTE: This must come after dictutil.h since it uses it. | ||
59 | #include "inetutil.h" | 60 | #include "inetutil.h" |
60 | #include "iniutil.h" | 61 | #include "iniutil.h" |
61 | #include "jsonutil.h" | 62 | #include "jsonutil.h" |