1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Include cassert as needed at unit level

This commit is contained in:
Aaron van Geffen
2024-07-09 16:43:03 +02:00
parent 51873dc0f6
commit 8cef18cd2f
57 changed files with 71 additions and 1 deletions

View File

@@ -59,6 +59,7 @@
# include "bindings/world/ScTile.hpp"
# include "bindings/world/ScTileElement.hpp"
# include <cassert>
# include <iostream>
# include <memory>
# include <stdexcept>