]> git.sesse.net Git - casparcg/blob - core/StdAfx.h
2.0.0.2:
[casparcg] / core / StdAfx.h
1 /*\r
2 * copyright (c) 2010 Sveriges Television AB <info@casparcg.com>\r
3 *\r
4 *  This file is part of CasparCG.\r
5 *\r
6 *    CasparCG is free software: you can redistribute it and/or modify\r
7 *    it under the terms of the GNU General Public License as published by\r
8 *    the Free Software Foundation, either version 3 of the License, or\r
9 *    (at your option) any later version.\r
10 *\r
11 *    CasparCG is distributed in the hope that it will be useful,\r
12 *    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
14 *    GNU General Public License for more details.\r
15 \r
16 *    You should have received a copy of the GNU General Public License\r
17 *    along with CasparCG.  If not, see <http://www.gnu.org/licenses/>.\r
18 *\r
19 */\r
20  \r
21 // stdafx.h : include file for standard system include files,\r
22 //  or project specific include files that are used frequently, but\r
23 //      are changed infrequently\r
24 //\r
25 \r
26 #pragma once\r
27 \r
28 #include "../common/compiler/vs/disable_silly_warnings.h"\r
29 \r
30 #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)\r
31 #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_\r
32 \r
33 #ifdef _DEBUG\r
34 #include <crtdbg.h>\r
35 #endif\r
36 \r
37 #include "config.h"\r
38                  \r
39 #include <winsock2.h>\r
40 #include <tchar.h>\r
41 #include <sstream>\r
42 #include <memory>\r
43 #include <functional>\r
44 #include <algorithm>\r
45 #include <vector>\r
46 #include <deque>\r
47 #include <queue>\r
48 #include <string>\r
49 #include <math.h>\r
50 \r
51 #include <tbb/atomic.h>\r
52 #include <tbb/concurrent_queue.h>\r
53 #include <tbb/parallel_invoke.h>\r
54 #include <tbb/parallel_for.h>\r
55 \r
56 #include <boost/assign.hpp>\r
57 #include <boost/filesystem.hpp>\r
58 #include <boost/foreach.hpp>\r
59 #include <boost/range/algorithm.hpp>\r
60 \r
61 #include <GLee.h>\r
62 \r
63 #include <SFML/Window.hpp>\r
64 #include <SFML/Audio.hpp>\r
65 \r
66 #include "../common/utility/string_convert.h"\r
67 \r
68 #include "../common/log/Log.h"\r
69 #include "../common/exception/exceptions.h"\r
70 #include "../common/exception/win32_exception.h"\r
71 \r
72 #include <assert.h>\r
73 \r
74 #endif\r