aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-04-28 15:11:49 +0200
committerGitHub <noreply@github.com>2022-04-28 15:11:49 +0200
commit4bb111c8d4c5692db2f735c2803f632f8c30b6ab (patch)
tree9a34d9bd1896c8a09401e914e746233953f768f2 /src
parentd77d813017d9bb5c82040d4a7749f80582422d7e (diff)
parent70a30dbc00bfeb8b3f5f9b137bf3176e8a0b9298 (diff)
Merge pull request #6461 from edolstra/libcxx
Fix libcxx build
Diffstat (limited to 'src')
-rw-r--r--src/libstore/s3.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/s3.hh b/src/libstore/s3.hh
index 3f55c74db..cdb3e5908 100644
--- a/src/libstore/s3.hh
+++ b/src/libstore/s3.hh
@@ -5,6 +5,7 @@
#include "ref.hh"
#include <optional>
+#include <string>
namespace Aws { namespace Client { class ClientConfiguration; } }
namespace Aws { namespace S3 { class S3Client; } }