]> git.sesse.net Git - casparcg/blobdiff - core/StdAfx.h
2.0.0.2:
[casparcg] / core / StdAfx.h
index 6d60e3a41e73a6384dee4e57bc37b88fae9ccd79..78566bcfabdc86cd4289a84a90188354f34e730a 100644 (file)
@@ -25,9 +25,7 @@
 \r
 #pragma once\r
 \r
-#ifdef _MSC_VER\r
-#pragma warning (disable : 4482)\r
-#endif\r
+#include "../common/compiler/vs/disable_silly_warnings.h"\r
 \r
 #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)\r
 #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_\r
 \r
 #include <tbb/atomic.h>\r
 #include <tbb/concurrent_queue.h>\r
+#include <tbb/concurrent_unordered_map.h>\r
 #include <tbb/parallel_invoke.h>\r
+#include <tbb/parallel_for.h>\r
+#include <tbb/parallel_for_each.h>\r
 \r
 #include <boost/assign.hpp>\r
 #include <boost/filesystem.hpp>\r
 #include <boost/foreach.hpp>\r
+#include <boost/range/algorithm.hpp>\r
+\r
+#include <GLee.h>\r
+\r
+#include <SFML/Window.hpp>\r
+#include <SFML/Audio.hpp>\r
 \r
 #include "../common/utility/string_convert.h"\r
+#include "../common/utility/safe_ptr.h"\r
 \r
 #include "../common/log/Log.h"\r
 #include "../common/exception/exceptions.h"\r