Twitch SDK (Internal)
modules
social
social_common
include
twitchsdk
social
internal
pch.h
Go to the documentation of this file.
1
/********************************************************************************************
2
* Twitch Broadcasting SDK
3
*
4
* This software is supplied under the terms of a license agreement with Twitch Interactive, Inc. and
5
* may not be copied or used except in accordance with the terms of that agreement
6
* Copyright (c) 2012-2016 Twitch Interactive, Inc.
7
*********************************************************************************************/
8
9
#pragma once
10
11
#include <stdint.h>
12
#include <string.h>
13
#include <cassert>
14
#include <functional>
15
#include <memory>
16
#include <vector>
17
#include <array>
18
#include <map>
19
#include <list>
20
#include <string>
21
#include <algorithm>
22
23
#if TTV_INCLUDE_CPPTRANSITIONS
24
#include "
twitchsdk/core/cpp11transition.h
"
25
#endif
26
27
#if TTV_SOCIAL_INCLUDE_PCH_PLATFORM
28
#include "
twitchsdk/social/internal/pch_platform.h
"
29
#endif
30
31
#include "
twitchsdk/social/socialerrortypes.h
"
32
#include "
twitchsdk/core/types/coretypes.h
"
33
#include "
twitchsdk/core/tracer.h
"
34
#include "
twitchsdk/core/assertion.h
"
tracer.h
assertion.h
cpp11transition.h
coretypes.h
socialerrortypes.h
pch_platform.h
Generated by
1.8.13