diff options
Diffstat (limited to 'build2/filesystem.txx')
-rw-r--r-- | build2/filesystem.txx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/filesystem.txx b/build2/filesystem.txx index 708c75e..83e3677 100644 --- a/build2/filesystem.txx +++ b/build2/filesystem.txx @@ -2,8 +2,8 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include <build2/context> // work -#include <build2/diagnostics> +#include <build2/context.hxx> // work +#include <build2/diagnostics.hxx> namespace build2 { |