diff options
author | Jacob Hoover <jacob.hoover@greenheck.com> | 2021-06-11 17:05:06 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-07-18 14:41:21 -0500 |
commit | f3c96bcab560cb09355e9366eac3f4195479d95d (patch) | |
tree | 1585c1f2af7e3582e14663c29c033702e910d12f /src/burn/test/BurnUnitTest/precomp.h | |
parent | 5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90 (diff) | |
download | wix-f3c96bcab560cb09355e9366eac3f4195479d95d.tar.gz wix-f3c96bcab560cb09355e9366eac3f4195479d95d.tar.bz2 wix-f3c96bcab560cb09355e9366eac3f4195479d95d.zip |
Allow access to persisted variables from related bundles.
Implements #3704
Diffstat (limited to 'src/burn/test/BurnUnitTest/precomp.h')
-rw-r--r-- | src/burn/test/BurnUnitTest/precomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/test/BurnUnitTest/precomp.h b/src/burn/test/BurnUnitTest/precomp.h index d2b57d61..78c44d39 100644 --- a/src/burn/test/BurnUnitTest/precomp.h +++ b/src/burn/test/BurnUnitTest/precomp.h | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <xmlutil.h> | 30 | #include <xmlutil.h> |
31 | #include <dictutil.h> | 31 | #include <dictutil.h> |
32 | #include <deputil.h> | 32 | #include <deputil.h> |
33 | #include <butil.h> | ||
33 | 34 | ||
34 | #include "BootstrapperEngine.h" | 35 | #include "BootstrapperEngine.h" |
35 | #include "BootstrapperApplication.h" | 36 | #include "BootstrapperApplication.h" |