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