diff options
Diffstat (limited to 'build/context.cxx')
-rw-r--r-- | build/context.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/context.cxx b/build/context.cxx index fc4ec1c..2eb76c0 100644 --- a/build/context.cxx +++ b/build/context.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file -#include <ostream> - #include <build/context> +#include <ostream> + using namespace std; namespace build |