diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-11-25 21:10:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-28 19:06:40 (GMT) |
commit | 7b4244aceb44aad117dfaccfb2287fbddbe9eca7 (patch) | |
tree | 4c20dcad1bdaa5889577c43c80305211b13d3599 /Tests/CMakeLib/testXMLSafe.cxx | |
parent | aeff60e44c203dd67b316a6c6eab1454a408e1f7 (diff) | |
download | CMake-7b4244aceb44aad117dfaccfb2287fbddbe9eca7.zip CMake-7b4244aceb44aad117dfaccfb2287fbddbe9eca7.tar.gz CMake-7b4244aceb44aad117dfaccfb2287fbddbe9eca7.tar.bz2 |
iwyu: Fix more findings
Diffstat (limited to 'Tests/CMakeLib/testXMLSafe.cxx')
-rw-r--r-- | Tests/CMakeLib/testXMLSafe.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/CMakeLib/testXMLSafe.cxx b/Tests/CMakeLib/testXMLSafe.cxx index 6c59128..fe776c5 100644 --- a/Tests/CMakeLib/testXMLSafe.cxx +++ b/Tests/CMakeLib/testXMLSafe.cxx @@ -1,11 +1,14 @@ /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ -#include "cmXMLSafe.h" + +#include <cmConfigure.h> #include <sstream> #include <stdio.h> #include <string> +#include "cmXMLSafe.h" + struct test_pair { const char* in; |