diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-09-01 18:04:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-03 12:04:22 (GMT) |
commit | 54140848181e15acfda9c385e6cdc5c8b4f2a1d6 (patch) | |
tree | 5db096d010f1991ec74e2302c042152dc5ab2262 /Tests/CMakeLib/testXMLSafe.cxx | |
parent | 3f9c4cdf89ce00ae72a1176dbf5e68b5f1f1720e (diff) | |
download | CMake-54140848181e15acfda9c385e6cdc5c8b4f2a1d6.zip CMake-54140848181e15acfda9c385e6cdc5c8b4f2a1d6.tar.gz CMake-54140848181e15acfda9c385e6cdc5c8b4f2a1d6.tar.bz2 |
Tests/CMakeLib: include what you use
Diffstat (limited to 'Tests/CMakeLib/testXMLSafe.cxx')
-rw-r--r-- | Tests/CMakeLib/testXMLSafe.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/CMakeLib/testXMLSafe.cxx b/Tests/CMakeLib/testXMLSafe.cxx index 4970ccc..356880c 100644 --- a/Tests/CMakeLib/testXMLSafe.cxx +++ b/Tests/CMakeLib/testXMLSafe.cxx @@ -9,9 +9,11 @@ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License for more information. ============================================================================*/ -#include <cmXMLSafe.h> +#include "cmXMLSafe.h" -#include "cmStandardIncludes.h" +#include <sstream> +#include <stdio.h> +#include <string> struct test_pair { |