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

@@ -10,11 +10,12 @@
#ifndef ERROR_H
#define ERROR_H
#include <list>
#include "strings_type.h"
#include "company_type.h"
#include "core/geometry_type.hpp"
#include "guitimer_func.h"
#include <list>
#include <vector>
struct GRFFile;