diff options
Diffstat (limited to 'startop/view_compiler/main.cc')
-rw-r--r-- | startop/view_compiler/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/startop/view_compiler/main.cc b/startop/view_compiler/main.cc index 55bfdc78ec1b..609bcf377b46 100644 --- a/startop/view_compiler/main.cc +++ b/startop/view_compiler/main.cc @@ -32,6 +32,7 @@ namespace { using namespace tinyxml2; +using namespace startop::util; using std::string; constexpr char kStdoutFilename[]{"stdout"}; |