mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Fixed include to use C99 header, not C++11 header
This commit is contained in:
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…
x
Reference in New Issue
Block a user