Add missing includes to newgrf_config.h

See: #563
This commit is contained in:
Jonathan G Rennison
2023-07-03 21:16:20 +01:00
parent 51a66b9590
commit b8bb0d820a

View File

@@ -18,6 +18,8 @@
#include "newgrf_text.h"
#include "3rdparty/md5/md5.h"
#include <map>
#include <vector>
#include <optional>
static const uint MAX_NON_STATIC_GRF_COUNT = 256;