Fixed include to use C99 header, not C++11 header

actorid
slothlife 11 years ago
parent 00eac7d53a
commit 6dce3e5186

@ -1,7 +1,7 @@
#ifndef GAME_MWWORLD_WEATHER_H
#define GAME_MWWORLD_WEATHER_H
#include <cstdint>
#include <stdint.h>
#include <string>
#include <OgreColourValue.h>

Loading…
Cancel
Save