#pragma once #include namespace nix { std::string decompressXZ(const std::string & in); }