about summary refs log tree commit diff
path: root/src/libstore/s3-binary-cache-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-03-21T13·43+0100
committerEelco Dolstra <edolstra@gmail.com>2017-03-21T13·43+0100
commitf8b84a3b8c5eff26114008ababc333c7d14c92de (patch)
tree0c411148be6e10df3f5da3edd4a5ee7829628ff6 /src/libstore/s3-binary-cache-store.cc
parent3229f85585136e5c1d53a2ef2a434fdec75d912e (diff)
Move istringstream_nocopy to a separate file
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index 5a8acfb506..3053f908c4 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -7,6 +7,7 @@
 #include "globals.hh"
 #include "compression.hh"
 #include "download.hh"
+#include "istringstream_nocopy.hh"
 
 #include <aws/core/Aws.h>
 #include <aws/core/client/ClientConfiguration.h>