1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 15:06:39 +00:00

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

This commit is contained in:
slothlife 2014-03-21 01:33:11 -05:00
parent 00eac7d53a
commit 6dce3e5186

View file

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