diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-02-10 20:50:16 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-02-10 21:14:18 (GMT) |
commit | ac26d4b343aece40b6b9a931ab619fc88d4b9492 (patch) | |
tree | 7c13c270325312345d84cbd1a147893c8a88a628 /Source/cmVariableWatch.cxx | |
parent | cbffbf7437ea2d571e26bedee032c23be9347d94 (diff) | |
download | CMake-ac26d4b343aece40b6b9a931ab619fc88d4b9492.zip CMake-ac26d4b343aece40b6b9a931ab619fc88d4b9492.tar.gz CMake-ac26d4b343aece40b6b9a931ab619fc88d4b9492.tar.bz2 |
Split cmAlgorithms into a separate header file.
Diffstat (limited to 'Source/cmVariableWatch.cxx')
-rw-r--r-- | Source/cmVariableWatch.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmVariableWatch.cxx b/Source/cmVariableWatch.cxx index b8a6df2..57dde31 100644 --- a/Source/cmVariableWatch.cxx +++ b/Source/cmVariableWatch.cxx @@ -11,6 +11,8 @@ ============================================================================*/ #include "cmVariableWatch.h" +#include "cmAlgorithms.h" + static const char* const cmVariableWatchAccessStrings[] = { "READ_ACCESS", |