aboutsummaryrefslogtreecommitdiff
path: root/build2/name.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/name.cxx')
-rw-r--r--build2/name.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/name.cxx b/build2/name.cxx
index 0b3d00f..27733af 100644
--- a/build2/name.cxx
+++ b/build2/name.cxx
@@ -2,13 +2,13 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/types> // Note: not <build2/names>
+#include <build2/types.hxx> // Note: not <build2/names>
#include <string.h> // strchr()
#include <sstream>
-#include <build2/diagnostics>
+#include <build2/diagnostics.hxx>
namespace build2
{