Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2691


Ignore:
Timestamp:
Feb 23, 2009, 9:21:27 PM (15 years ago)
Author:
rgrieder
Message:

Include order could be important when dealing with tiny ductile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.cc

    r2685 r2691  
    2929#include "OrxonoxStableHeaders.h"
    3030#include "GSRoot.h"
     31
     32#ifdef ORXONOX_PLATFORM_WINDOWS
     33#  include <winbase.h>
     34#endif
    3135
    3236#include "util/Exception.h"
     
    4549#include "objects/Tickable.h"
    4650
    47 #ifdef ORXONOX_PLATFORM_WINDOWS
    48 #  include <winbase.h>
    49 #endif
    50 
    5151namespace orxonox
    5252{
Note: See TracChangeset for help on using the changeset viewer.