summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackTarBZip2Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-07 13:48:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-09-07 13:48:29 (GMT)
commit4469e986ee2189378f9054231b796249e6db54e1 (patch)
tree4a6a18c37270c168592b10e3a4167428d8668e45 /Source/CPack/cmCPackTarBZip2Generator.cxx
parentbb000ba4fa53a91354f6630f0ef0666ef31eda4c (diff)
parentd47c7bf608d3ca23c8d518ff98a42d6d5f449a70 (diff)
downloadCMake-4469e986ee2189378f9054231b796249e6db54e1.zip
CMake-4469e986ee2189378f9054231b796249e6db54e1.tar.gz
CMake-4469e986ee2189378f9054231b796249e6db54e1.tar.bz2
Merge topic 'include-what-you-use'
d47c7bf6 CPack: include what you use
Diffstat (limited to 'Source/CPack/cmCPackTarBZip2Generator.cxx')
-rw-r--r--Source/CPack/cmCPackTarBZip2Generator.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackTarBZip2Generator.cxx b/Source/CPack/cmCPackTarBZip2Generator.cxx
index 694d392..09bda8c 100644
--- a/Source/CPack/cmCPackTarBZip2Generator.cxx
+++ b/Source/CPack/cmCPackTarBZip2Generator.cxx
@@ -12,6 +12,9 @@
#include "cmCPackTarBZip2Generator.h"
+#include "cmArchiveWrite.h"
+#include "cmCPackArchiveGenerator.h"
+
cmCPackTarBZip2Generator::cmCPackTarBZip2Generator()
: cmCPackArchiveGenerator(cmArchiveWrite::CompressBZip2, "paxr")
{