X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.cpp;h=4589e2440337e7a5095bea223f5b1004be7a8abc;hb=5622fc20f0be8bff0938d24f6f45d3ab384288ca;hp=e1dc9dfd5177bf98c60a21933fb7fdb941e437ec;hpb=96e132661ec82c9347f9155d3f30cd99ea8eca47;p=builder.git diff --git a/source/binarypackage.cpp b/source/binarypackage.cpp index e1dc9df..4589e24 100644 --- a/source/binarypackage.cpp +++ b/source/binarypackage.cpp @@ -5,7 +5,7 @@ Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ -#include +#include #include #include "binarypackage.h" #include "builder.h" @@ -45,7 +45,7 @@ BinaryPackage *BinaryPackage::from_pkgconfig(Builder &builder, const string &nam argv.push_back("--libs"); argv.push_back(name); if(builder.get_verbose()>=4) - cout<<"Running "<