summaryrefslogtreecommitdiffstats
path: root/Source/cm_unordered_set.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cm_unordered_set.hxx')
-rw-r--r--Source/cm_unordered_set.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cm_unordered_set.hxx b/Source/cm_unordered_set.hxx
index ce58dbf..dd1a9a1 100644
--- a/Source/cm_unordered_set.hxx
+++ b/Source/cm_unordered_set.hxx
@@ -3,7 +3,7 @@
#ifndef CM_UNORDERED_SET_HXX
#define CM_UNORDERED_SET_HXX
-#include <cmConfigure.h>
+#include "cmConfigure.h"
#if defined(CMake_HAVE_CXX_UNORDERED_SET)
@@ -12,7 +12,7 @@
#elif defined(CMAKE_BUILD_WITH_CMAKE)
-#include <cmsys/hash_set.hxx>
+#include "cmsys/hash_set.hxx"
#define CM_UNORDERED_SET cmsys::hash_set
#else