7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 00:21:36 +00:00

Fix compile errors

This commit is contained in:
Marek Roszko 2024-05-05 17:44:36 -04:00
parent 2ad05e34ea
commit e0b0fb27b0

View File

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