From 88f4f0231b805d4d57ab4c03bd56650fe8b8fd4c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 31 Jan 2018 22:34:19 +0100 Subject: Fix building without aws-sdk-cpp --- src/libstore/download.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/libstore/download.cc b/src/libstore/download.cc index a8bcab2f1..258d7937c 100644 --- a/src/libstore/download.cc +++ b/src/libstore/download.cc @@ -17,12 +17,13 @@ #include -#include -#include -#include +#include #include +#include +#include +#include #include -#include +#include using namespace std::string_literals; -- cgit v1.2.3