diff options
Diffstat (limited to 'build2/version/snapshot.cxx')
-rw-r--r-- | build2/version/snapshot.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/version/snapshot.cxx b/build2/version/snapshot.cxx index be6c147..00528c7 100644 --- a/build2/version/snapshot.cxx +++ b/build2/version/snapshot.cxx @@ -2,9 +2,9 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include <build2/version/snapshot> +#include <build2/version/snapshot.hxx> -#include <build2/filesystem> +#include <build2/filesystem.hxx> using namespace std; |