Fix cstdint issue on travis GCC build

celladd
Alexander "Ace" Olofsson 10 years ago
parent d3128a12b6
commit f2c5060cc0

@ -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>

Loading…
Cancel
Save