diff options
author | Rob Mensching <rob@firegiant.com> | 2024-01-11 00:00:27 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-01-11 18:24:06 -0800 |
commit | 8cfd711f775e8501836162538998b5b6d8efbf89 (patch) | |
tree | 3083faee64b5be16062a93ed4e4b6668fc4f64c8 /src/burn/test/BurnUnitTest/precomp.h | |
parent | 4e7b7c0059d76498d1c24f348dbf6d5799203fe0 (diff) | |
download | wix-8cfd711f775e8501836162538998b5b6d8efbf89.tar.gz wix-8cfd711f775e8501836162538998b5b6d8efbf89.tar.bz2 wix-8cfd711f775e8501836162538998b5b6d8efbf89.zip |
Update Burn to use pipeutil for low-level pipe operations
Diffstat (limited to '')
-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 1aa18204..33ca6d5f 100644 --- a/src/burn/test/BurnUnitTest/precomp.h +++ b/src/burn/test/BurnUnitTest/precomp.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <logutil.h> | 24 | #include <logutil.h> |
25 | #include <memutil.h> | 25 | #include <memutil.h> |
26 | #include <pathutil.h> | 26 | #include <pathutil.h> |
27 | #include <pipeutil.h> | ||
27 | #include <polcutil.h> | 28 | #include <polcutil.h> |
28 | #include <regutil.h> | 29 | #include <regutil.h> |
29 | #include <resrutil.h> | 30 | #include <resrutil.h> |