Add missing includes to newgrf_config.h

See: #563
pull/564/head
Jonathan G Rennison 12 months ago
parent 51a66b9590
commit b8bb0d820a

@ -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;

Loading…
Cancel
Save