Fix compile errors

This commit is contained in:
Marek Roszko 2024-05-05 17:44:36 -04:00
parent 2ad05e34ea
commit e0b0fb27b0
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#ifndef SYSINFO_H
#define SYSINFO_H
#include <cstdint>
#include <string>
#include <vector>
namespace KIPLATFORM