summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-03-08 12:51:20 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-03-10 23:17:29 (GMT)
commit7916d7bac602e71be359e12600b19d823327bdf8 (patch)
tree57f17c01d485cf3b29bb49b430479f1ced087e72 /Source/cmQtAutoGenerators.cxx
parent1a8e4c86921e8b018be950924dc54c532134feb5 (diff)
downloadCMake-7916d7bac602e71be359e12600b19d823327bdf8.zip
CMake-7916d7bac602e71be359e12600b19d823327bdf8.tar.gz
CMake-7916d7bac602e71be359e12600b19d823327bdf8.tar.bz2
Include cmAlgorithms where it is used.
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r--Source/cmQtAutoGenerators.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx
index 844d708..42c18f7 100644
--- a/Source/cmQtAutoGenerators.cxx
+++ b/Source/cmQtAutoGenerators.cxx
@@ -16,6 +16,7 @@
#include "cmMakefile.h"
#include "cmSourceFile.h"
#include "cmSystemTools.h"
+#include "cmAlgorithms.h"
#if defined(_WIN32) && !defined(__CYGWIN__)
# include "cmLocalVisualStudioGenerator.h"