Fix type issues with string parameter structs

This commit is contained in:
Jonathan G Rennison
2023-11-09 15:49:54 +00:00
parent fe57f3a089
commit 48e700bc32
5 changed files with 5 additions and 16 deletions

View File

@@ -19,6 +19,7 @@
#include "vehicle_type.h"
#include <array>
#include <optional>
#include <vector>
extern ArrayStringParameters<20> _global_string_params;