summaryrefslogtreecommitdiffstats
path: root/net/build/precompiled_net.h
blob: a5c5fe4430b0b3b8d804802ae18117eb00452d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Header used to generate the precompiled file.

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include <wincrypt.h>
#include <winsock2.h>

#include <algorithm>
#include <hash_map>
#include <hash_set>
#include <list>
#include <set>
#include <string>
#include <vector>

#include <assert.h>
#include <limits.h>
#include <stddef.h>
#include <string.h>