mirror of https://github.com/mamba-org/mamba.git
Add missing header (#3389)
This commit is contained in:
parent
d662921715
commit
9663cbfdac
|
@ -7,6 +7,7 @@
|
|||
#ifndef MAMBA_DOWNLOAD_MIRROR_MAP_HPP
|
||||
#define MAMBA_DOWNLOAD_MIRROR_MAP_HPP
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
|
Loading…
Reference in New Issue