mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Add missing includes
This commit is contained in:
@@ -52,7 +52,9 @@
|
||||
# include "bindings/world/ScTileElement.hpp"
|
||||
|
||||
# include <iostream>
|
||||
# include <memory>
|
||||
# include <stdexcept>
|
||||
# include <string>
|
||||
|
||||
using namespace OpenRCT2;
|
||||
using namespace OpenRCT2::Scripting;
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
|
||||
# include "ScPeep.hpp"
|
||||
|
||||
# include <memory>
|
||||
|
||||
namespace OpenRCT2::Scripting
|
||||
{
|
||||
class ScPatrolArea
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
# include "ScPlayerGroup.hpp"
|
||||
# include "ScSocket.hpp"
|
||||
|
||||
# include <memory>
|
||||
|
||||
namespace OpenRCT2::Scripting
|
||||
{
|
||||
class ScNetwork
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# include "../../ScriptEngine.h"
|
||||
|
||||
# include <algorithm>
|
||||
# include <memory>
|
||||
# include <vector>
|
||||
|
||||
namespace OpenRCT2::Scripting
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# include "../../Duktape.hpp"
|
||||
# include "../../ScriptEngine.h"
|
||||
|
||||
# include <memory>
|
||||
# include <optional>
|
||||
|
||||
namespace OpenRCT2::Scripting
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
# include "../../Duktape.hpp"
|
||||
|
||||
# include <cstdint>
|
||||
# include <memory>
|
||||
|
||||
namespace OpenRCT2::Scripting
|
||||
{
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
# include <cstdio>
|
||||
# include <cstring>
|
||||
# include <memory>
|
||||
# include <utility>
|
||||
# include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user