summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-02-10 20:50:16 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-02-10 21:14:18 (GMT)
commitac26d4b343aece40b6b9a931ab619fc88d4b9492 (patch)
tree7c13c270325312345d84cbd1a147893c8a88a628 /Source/cmSystemTools.cxx
parentcbffbf7437ea2d571e26bedee032c23be9347d94 (diff)
downloadCMake-ac26d4b343aece40b6b9a931ab619fc88d4b9492.zip
CMake-ac26d4b343aece40b6b9a931ab619fc88d4b9492.tar.gz
CMake-ac26d4b343aece40b6b9a931ab619fc88d4b9492.tar.bz2
Split cmAlgorithms into a separate header file.
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 7dd6121..bf496e9 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -11,6 +11,7 @@
============================================================================*/
#include "cmSystemTools.h"
+#include "cmAlgorithms.h"
#include <ctype.h>
#include <errno.h>
#include <time.h>