Twitch SDK (Internal)
modules
tracking
tracking_common
include
twitchsdk
tracking
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
24
#if TTV_INCLUDE_CPPTRANSITIONS
25
#include "
twitchsdk/core/cpp11transition.h
"
26
#endif
27
28
#if TTV_TRACKING_INCLUDE_PCH_PLATFORM
29
#include "twitchsdk/tracking/internal/pch_platform.h"
30
#endif
31
32
#include "
twitchsdk/tracking/trackingerrortypes.h
"
33
#include "
twitchsdk/core/types/coretypes.h
"
34
#include "
twitchsdk/core/tracer.h
"
35
#include "
twitchsdk/core/assertion.h
"
tracer.h
assertion.h
cpp11transition.h
trackingerrortypes.h
coretypes.h
Generated by
1.8.13