Skip to content

Commit 88f4f02

Browse files
committedJan 31, 2018
Fix building without aws-sdk-cpp
1 parent c287d73 commit 88f4f02

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎src/libstore/download.cc

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717

1818
#include <curl/curl.h>
1919

20-
#include <queue>
21-
#include <iostream>
22-
#include <thread>
20+
#include <algorithm>
2321
#include <cmath>
22+
#include <cstring>
23+
#include <iostream>
24+
#include <queue>
2425
#include <random>
25-
#include <algorithm>
26+
#include <thread>
2627

2728
using namespace std::string_literals;
2829

0 commit comments

Comments
 (0)
Please sign in to comment.