mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 15:45:34 +00:00
Fix cstdint issue on travis GCC build
This commit is contained in:
parent
d3128a12b6
commit
f2c5060cc0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#ifndef GAME_MWBASE_WINDOWMANAGER_H
|
#ifndef GAME_MWBASE_WINDOWMANAGER_H
|
||||||
#define GAME_MWBASE_WINDOWMANAGER_H
|
#define GAME_MWBASE_WINDOWMANAGER_H
|
||||||
|
|
||||||
#include <cstdint>
|
#include <stdint.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
Loading…
Reference in a new issue