Skip to content

Commit

Permalink
Fix building without aws-sdk-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jan 31, 2018
1 parent c287d73 commit 88f4f02
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/libstore/download.cc
Expand Up @@ -17,12 +17,13 @@

#include <curl/curl.h>

#include <queue>
#include <iostream>
#include <thread>
#include <algorithm>
#include <cmath>
#include <cstring>
#include <iostream>
#include <queue>
#include <random>
#include <algorithm>
#include <thread>

using namespace std::string_literals;

Expand Down

0 comments on commit 88f4f02

Please sign in to comment.