- fix lack of standart integer type definitions in latest gcc
This commit is contained in:
parent
d08b2e27a5
commit
81bc17fbe2
|
|
@ -9,6 +9,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <stdint.h>
|
||||||
#include "HL_Types.h"
|
#include "HL_Types.h"
|
||||||
|
|
||||||
#ifdef TARGET_OSX
|
#ifdef TARGET_OSX
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue