summaryrefslogtreecommitdiffstats
path: root/Source/cm_unordered_map.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cm_unordered_map.hxx')
-rw-r--r--Source/cm_unordered_map.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cm_unordered_map.hxx b/Source/cm_unordered_map.hxx
index dc8ca35..bf38903 100644
--- a/Source/cm_unordered_map.hxx
+++ b/Source/cm_unordered_map.hxx
@@ -3,7 +3,7 @@
#ifndef CM_UNORDERED_MAP_HXX
#define CM_UNORDERED_MAP_HXX
-#include <cmConfigure.h>
+#include "cmConfigure.h"
#if defined(CMake_HAVE_CXX_UNORDERED_MAP)
@@ -12,7 +12,7 @@
#elif defined(CMAKE_BUILD_WITH_CMAKE)
-#include <cmsys/hash_map.hxx>
+#include "cmsys/hash_map.hxx"
#define CM_UNORDERED_MAP cmsys::hash_map
#else