Skip to content

Commit

Permalink
Debugger: Fix build.
Browse files Browse the repository at this point in the history
- Accidentally removed necessary header dependencies during refactoring.
  • Loading branch information
anevilyak committed Jun 4, 2016
1 parent fce4895 commit 1fd3e07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/apps/debugger/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ local sources =
ReportUserInterface.cpp
;

Includes [ FGristFiles $(sources) ]
[ BuildFeatureAttribute ncurses : headers ]
[ BuildFeatureAttribute libedit : headers ]
;

Application Debugger :
$(sources)
:
Expand Down

0 comments on commit 1fd3e07

Please sign in to comment.