1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

Fix cstdint issue on travis GCC build

This commit is contained in:
Alexander "Ace" Olofsson 2015-02-09 16:37:20 +01:00
parent d3128a12b6
commit f2c5060cc0

View File

@ -1,7 +1,7 @@
#ifndef GAME_MWBASE_WINDOWMANAGER_H
#define GAME_MWBASE_WINDOWMANAGER_H
#include <cstdint>
#include <stdint.h>
#include <string>
#include <vector>
#include <map>