Fixed wrong #include (math.h instead of constants.hpp).

Thanks to khonkhortisan.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9878 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-09-21 02:17:15 +00:00
parent 4b3e0c5d9d
commit a21c3a2c24

View File

@@ -20,13 +20,13 @@
#include <string>
#include <IMeshSceneNode.h>
#include <math.h>
#include "audio/music_manager.hpp"
#include "io/file_manager.hpp"
#include "states_screens/race_gui_base.hpp"
#include "tracks/track.hpp"
#include "tracks/track_object_manager.hpp"
#include "utils/constants.hpp"
//-----------------------------------------------------------------------------
/** Constructor. Sets up the clock mode etc.