forked from mirror/OpenTTD
Codechange: use std::variant instead of using bitflags in the value (#11191)
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#if defined(UNIX) || defined(__MINGW32__)
|
||||
|
Reference in New Issue
Block a user