PoDoFo
1.0.0-dev
Loading...
Searching...
No Matches
src
podofo
auxiliary
baseincludes.h
1
#ifndef PODOFO_BASE_INCLUDES_H
2
#define PODOFO_BASE_INCLUDES_H
3
4
// Include common C headers
5
#include <cstdint>
6
#include <cstddef>
7
#include <cstring>
8
9
// Include common STL headers
10
#include <memory>
11
#include <string>
12
#include <string_view>
13
#include <vector>
14
#include <map>
15
#include <set>
16
#include <unordered_set>
17
#include <unordered_map>
18
#include <array>
19
#include <queue>
20
#include <functional>
21
#include <ios>
22
#include <exception>
23
24
// Include some common headers
25
#include "basetypes.h"
26
#include "EnumFlags.h"
27
#include "span.h"
28
#include "nullable.h"
29
30
#endif
// PODOFO_BASE_INCLUDES
Generated by
1.9.8