diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-08-17 22:24:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-23 12:56:59 (GMT) |
commit | f29d18477360388cf66be5f1c17e2aae5fb14453 (patch) | |
tree | de9739165c94945e32e2fd354924b65126486ca1 /Source/cmCLocaleEnvironmentScope.cxx | |
parent | 373b2e483d983136415190dcc838e636077e5991 (diff) | |
download | CMake-f29d18477360388cf66be5f1c17e2aae5fb14453.zip CMake-f29d18477360388cf66be5f1c17e2aae5fb14453.tar.gz CMake-f29d18477360388cf66be5f1c17e2aae5fb14453.tar.bz2 |
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmCLocaleEnvironmentScope.cxx')
-rw-r--r-- | Source/cmCLocaleEnvironmentScope.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCLocaleEnvironmentScope.cxx b/Source/cmCLocaleEnvironmentScope.cxx index e4c74ec..e38f531 100644 --- a/Source/cmCLocaleEnvironmentScope.cxx +++ b/Source/cmCLocaleEnvironmentScope.cxx @@ -15,6 +15,7 @@ #include "cmSystemTools.h" #include <sstream> +#include <utility> cmCLocaleEnvironmentScope::cmCLocaleEnvironmentScope() { |