summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackLog.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-06 22:21:35 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-06 22:21:35 (GMT)
commitd47c7bf608d3ca23c8d518ff98a42d6d5f449a70 (patch)
treefe75032bc2be3b38b8ac1e42afd5d7ce2cc5a3ad /Source/CPack/cmCPackLog.h
parent8317ea01aa3cf9319ef907e127fa6dbf9666cc53 (diff)
downloadCMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.zip
CMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.tar.gz
CMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.tar.bz2
CPack: include what you use
Diffstat (limited to 'Source/CPack/cmCPackLog.h')
-rw-r--r--Source/CPack/cmCPackLog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackLog.h b/Source/CPack/cmCPackLog.h
index 77f0f0b..c1bf82c 100644
--- a/Source/CPack/cmCPackLog.h
+++ b/Source/CPack/cmCPackLog.h
@@ -13,7 +13,14 @@
#ifndef cmCPackLog_h
#define cmCPackLog_h
+#include <cmConfigure.h>
+
#include "cmObject.h"
+#include "cmTypeMacro.h"
+
+#include <ostream>
+#include <string.h>
+#include <string>
#define cmCPack_Log(ctSelf, logType, msg) \
do { \