diff options
Diffstat (limited to 'common/command.h')
-rw-r--r-- | common/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/command.h b/common/command.h index e6595f6a..13d5a250 100644 --- a/common/command.h +++ b/common/command.h @@ -23,6 +23,7 @@ #include <boost/program_options.hpp> #include "nextpnr.h" +#include "project.h" NEXTPNR_NAMESPACE_BEGIN @@ -61,6 +62,7 @@ class CommandHandler po::positional_options_description pos; int argc; char **argv; + ProjectHandler project; }; NEXTPNR_NAMESPACE_END |