Fix build failure on Debian/Ubuntu

http://hydra.nixos.org/build/53537463
This commit is contained in:
Eelco Dolstra 2017-05-29 15:53:16 +02:00
parent 63145be2a5
commit 588dad4084
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 2 additions and 2 deletions

View file

@ -24,6 +24,7 @@ private:
std::string uri;
uint64_t current = 0;
uint64_t expected = 0;
DownloadInfo(const std::string & uri) : uri(uri) { }
};
struct State