!XI Integrating CL 1711615 !B (Sandbox) (CE-16303) Now Asset Browser scrolls to asset...
[CRYENGINE.git] / Code / Sandbox / Plugins / PerforcePlugin / stdafx.h
blob47cdeeccec210a08ccebabecbd50da379a4a5577
1 // Copyright 2001-2018 Crytek GmbH / Crytek Group. All rights reserved.
3 #pragma once
5 /////////////////////////////////////////////////////////////////////////////
6 // CRY Stuff ////////////////////////////////////////////////////////////////
7 /////////////////////////////////////////////////////////////////////////////
8 #include <CryCore/Project/CryModuleDefs.h>
9 #include <CryCore/Platform/platform.h>
11 #define CRY_USE_MFC
12 #include <CryCore/Platform/CryAtlMfc.h>
14 #include "Resource.h"
16 /////////////////////////////////////////////////////////////////////////////
17 // STL
18 /////////////////////////////////////////////////////////////////////////////
19 #include <vector>
20 #include <list>
21 #include <map>
22 #include <set>
23 #include <algorithm>
25 /////////////////////////////////////////////////////////////////////////////
26 // CRY Stuff ////////////////////////////////////////////////////////////////
27 /////////////////////////////////////////////////////////////////////////////
28 #include <CrySystem/ISystem.h>
29 #include "EditorCommon.h"
30 #include "IEditor.h"