Fix type issues with string parameter structs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user