~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/defs.h

  • Committer: z-man
  • Date: 2008-01-29 20:55:45 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:7702
Aplied yet another GCC 4.3 patch, and this time, put all of the includes we keep forgetting into defs.h. They should be removed at a later time again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <math.h>
40
40
#include <iosfwd>
41
41
 
 
42
// Includes required for GCC 4.3 only. Remove them as soon as some of 
 
43
// us developers have GCC 4.3, then it is of course better to only put them
 
44
// where they are needed.
 
45
#include <string.h>
 
46
#include <memory>
 
47
#include <typeinfo>
 
48
#include <cstdlib>
 
49
// end of GCC 4.3 includes
 
50
 
42
51
// maximum number of supported viewports
43
52
#ifndef MAX_VIEWERS
44
53
#define MAX_VIEWERS 4