summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmProcess.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-07-03 17:55:36 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-07-03 17:55:36 (GMT)
commit096c139c80c5c72de3c96a5a1a925c26763b72f2 (patch)
treed215c165155a73da6cde16fab563c929019089ac /Source/CTest/cmProcess.h
parentdd1ee6975f9becafd81029e337f1c5cf5b183734 (diff)
downloadCMake-096c139c80c5c72de3c96a5a1a925c26763b72f2.zip
CMake-096c139c80c5c72de3c96a5a1a925c26763b72f2.tar.gz
CMake-096c139c80c5c72de3c96a5a1a925c26763b72f2.tar.bz2
ENH: fix for old hp compiler
Diffstat (limited to 'Source/CTest/cmProcess.h')
-rw-r--r--Source/CTest/cmProcess.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/CTest/cmProcess.h b/Source/CTest/cmProcess.h
index 7898f2d..4542f05 100644
--- a/Source/CTest/cmProcess.h
+++ b/Source/CTest/cmProcess.h
@@ -17,10 +17,8 @@
#ifndef cmProcess_h
#define cmProcess_h
-#include <set>
-#include <map>
-#include <string>
-#include <vector>
+
+#include "cmStandardIncludes.h"
#include <cmsys/Process.h>