summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableWatch.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-16 23:08:13 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-16 23:08:13 (GMT)
commita2af850ba6dbee7797484ec5f6696525123023fc (patch)
treef1ffb7acf4b899209bd22d67b9e1232dfa54a1ea /Source/cmVariableWatch.cxx
parente240a7c0176450e092e2398148c1e13f8940c239 (diff)
downloadCMake-a2af850ba6dbee7797484ec5f6696525123023fc.zip
CMake-a2af850ba6dbee7797484ec5f6696525123023fc.tar.gz
CMake-a2af850ba6dbee7797484ec5f6696525123023fc.tar.bz2
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmVariableWatch.cxx')
-rw-r--r--Source/cmVariableWatch.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmVariableWatch.cxx b/Source/cmVariableWatch.cxx
index 56e2770..ce700db 100644
--- a/Source/cmVariableWatch.cxx
+++ b/Source/cmVariableWatch.cxx
@@ -13,7 +13,9 @@
#include "cmAlgorithms.h"
+#include <algorithm>
#include <cm_auto_ptr.hxx>
+#include <utility>
static const char* const cmVariableWatchAccessStrings[] = {
"READ_ACCESS", "UNKNOWN_READ_ACCESS", "UNKNOWN_DEFINED_ACCESS",