aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/system_stl/include/stlfwd
blob: 94e9c17f3f9a877d8f096abb30f5d7e9dd95e3cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

// STL "forwarding" for the poor

#include <cstddef>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <list>
#include <deque>
#include <map>
#include <set>
#include <functional>