1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

Move istringstream_nocopy to a separate file

This commit is contained in:
Eelco Dolstra 2017-03-21 14:43:03 +01:00
parent 3229f85585
commit f8b84a3b8c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
5 changed files with 95 additions and 90 deletions

View file

@ -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>