ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/includes.h
(Generate patch)

Comparing deliantra/server/include/includes.h (file contents):
Revision 1.24 by root, Sat Nov 17 23:40:01 2018 UTC vs.
Revision 1.25 by root, Wed Dec 5 19:03:26 2018 UTC

32#define __STDC_CONSTANT_MACROS 32#define __STDC_CONSTANT_MACROS
33 33
34/* Include this first, because it lets us know what we are missing */ 34/* Include this first, because it lets us know what we are missing */
35#include <autoconf.h> 35#include <autoconf.h>
36 36
37using namespace std;
38
39#include <cstddef> 37#include <cstddef>
40#include <cstdlib> 38#include <cstdlib>
41#include <cstdio> 39#include <cstdio>
42#include <cstdarg> 40#include <cstdarg>
43#include <cstring> 41#include <cstring>
61#include <vector> 59#include <vector>
62#include <bitset> 60#include <bitset>
63#include <deque> 61#include <deque>
64#include <tr1/unordered_set> 62#include <tr1/unordered_set>
65 63
64using namespace std;
65
66#endif /* INCLUDES_H */ 66#endif /* INCLUDES_H */
67 67

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines