summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testXMLSafe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeLib/testXMLSafe.cxx')
-rw-r--r--Tests/CMakeLib/testXMLSafe.cxx5
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;