diff options
Diffstat (limited to 'extractor/compile.cc')
-rw-r--r-- | extractor/compile.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extractor/compile.cc b/extractor/compile.cc index f5cd41f4..7062ef03 100644 --- a/extractor/compile.cc +++ b/extractor/compile.cc @@ -14,6 +14,7 @@ namespace fs = boost::filesystem; namespace po = boost::program_options; using namespace std; +using namespace extractor; int main(int argc, char** argv) { po::options_description desc("Command line options"); |