1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 18:07:53 +01:00

Include <optional> header in Paint.h (#25711)

This commit is contained in:
matheusvb3
2025-12-27 16:03:46 -03:00
committed by GitHub
parent 8ce8eec426
commit 9ba328f77c

View File

@@ -21,6 +21,7 @@
#include "tile_element/Paint.Tunnel.h"
#include <mutex>
#include <optional>
#include <sfl/segmented_vector.hpp>
#include <sfl/static_vector.hpp>
#include <thread>