- fix lack of standart integer type definitions in latest gcc

This commit is contained in:
Dmytro Bogovych 2024-10-24 12:29:33 +03:00
parent d08b2e27a5
commit 81bc17fbe2
1 changed files with 1 additions and 0 deletions

View File

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