1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-15 05:21:03 +01:00

Fix some warnings

I think they came from the last Nixpkgs bump.
This commit is contained in:
John Ericson 2024-07-25 00:02:43 -04:00
parent e92dd06a7b
commit 1ae5738317
3 changed files with 8 additions and 1 deletions

View file

@ -8,7 +8,7 @@
#include <optional>
#include <string>
namespace Aws { namespace Client { class ClientConfiguration; } }
namespace Aws { namespace Client { struct ClientConfiguration; } }
namespace Aws { namespace S3 { class S3Client; } }
namespace nix {