Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7427


Ignore:
Timestamp:
Sep 12, 2010, 3:33:35 PM (14 years ago)
Author:
rgrieder
Message:

Applied fixes from sandbox_qt to trunk.

Location:
code/trunk/src/libraries
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Core.cc

    r7401 r7427  
    3737
    3838#include <cassert>
     39#include <cstdlib>
     40#include <ctime>
    3941#include <fstream>
    4042#include <vector>
  • code/trunk/src/libraries/core/PathConfig.h

    r7401 r7427  
    6666            /**
    6767            @brief
    68                 Retrievs the executable path and sets all hard coded fixed paths (currently only the module path)
     68                Retrieves the executable path and sets all hard coded fixed paths (currently only the module path)
    6969                Also checks for "orxonox_dev_build.keep_me" in the executable diretory.
    7070                If found it means that this is not an installed run, hence we
  • code/trunk/src/libraries/util/Math.h

    r7401 r7427  
    4545#include <string>
    4646#include <cmath>
     47#include <cstdlib>
    4748
    4849#include <OgreMath.h>
Note: See TracChangeset for help on using the changeset viewer.