diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2014-12-17 21:24:43 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2014-12-17 21:24:43 +0000 | 
| commit | 4bae7c065aa31e8e0ce47543c193419e12510869 (patch) | |
| tree | 0c3badbd3227e66b26c3b4a3226de696adc7d37d | |
| parent | Add missing sort criteria (diff) | |
| download | p2pvr-4bae7c065aa31e8e0ce47543c193419e12510869.tar.bz2 p2pvr-4bae7c065aa31e8e0ce47543c193419e12510869.tar.xz p2pvr-4bae7c065aa31e8e0ce47543c193419e12510869.zip | |
Add missing includes highlighted when precompiled headers are disabled
| -rw-r--r-- | p2pvr/daemonbase/Jamfile.jam | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/p2pvr/daemonbase/Jamfile.jam b/p2pvr/daemonbase/Jamfile.jam index bae7dca..d25bdcf 100644 --- a/p2pvr/daemonbase/Jamfile.jam +++ b/p2pvr/daemonbase/Jamfile.jam @@ -13,6 +13,7 @@ lib p2pvrdaemonbase :  	:  	<library>..//p2common  	<library>../lib//p2pvrlib +	<library>../ice//p2pvrice  	<implicit-dependency>../ice//p2pvrice  	: :  	<implicit-dependency>../ice//p2pvrice | 
