Skip to content

Commit

Permalink
fix include wrong path 'parser' to 'parser.n/'
Browse files Browse the repository at this point in the history
  • Loading branch information
liu946 committed Jun 19, 2017
1 parent add5af9 commit 9c023e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/par_cmdline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <sstream>
#include <list>
#include "config.h"
#include "parser/parser_dll.h"
#include "parser.n/parser_dll.h"
#include "console/dispatcher.h"
#include "boost/program_options.hpp"
#include "utils/strutils.hpp"
Expand Down

0 comments on commit 9c023e3

Please sign in to comment.