aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/system_stl/include/stlfwd
blob: e00863a8ec37ad0ad59de9e4691d7d552bfb7850 (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>