summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-03-08 13:51:20 +0100
committerStephen Kelly <steveire@gmail.com>2015-03-11 00:17:29 +0100
commit7916d7bac602e71be359e12600b19d823327bdf8 (patch)
tree57f17c01d485cf3b29bb49b430479f1ced087e72 /Source/cmDocumentation.cxx
parent1a8e4c86921e8b018be950924dc54c532134feb5 (diff)
downloadcmake-7916d7bac602e71be359e12600b19d823327bdf8.tar.gz
Include cmAlgorithms where it is used.
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r--Source/cmDocumentation.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index f4e3a75f7c..8c17536a8c 100644
--- a/Source/cmDocumentation.cxx
+++ b/Source/cmDocumentation.cxx
@@ -14,6 +14,7 @@
#include "cmSystemTools.h"
#include "cmVersion.h"
#include "cmRST.h"
+#include "cmAlgorithms.h"
#include <cmsys/Directory.hxx>
#include <cmsys/Glob.hxx>