fix: added missing include for macos
Dieser Commit ist enthalten in:
Ursprung
56307232dd
Commit
3616754a9b
@ -24,6 +24,7 @@
|
|||||||
#define TRAINTASTIC_CLIENT_NETWORK_INPUTMONITOR_HPP
|
#define TRAINTASTIC_CLIENT_NETWORK_INPUTMONITOR_HPP
|
||||||
|
|
||||||
#include "object.hpp"
|
#include "object.hpp"
|
||||||
|
#include <unordered_map>
|
||||||
#include <traintastic/enum/tristate.hpp>
|
#include <traintastic/enum/tristate.hpp>
|
||||||
|
|
||||||
class InputMonitor final : public Object
|
class InputMonitor final : public Object
|
||||||
|
|||||||
@ -24,6 +24,7 @@
|
|||||||
#define TRAINTASTIC_CLIENT_NETWORK_OUTPUTKEYBOARD_HPP
|
#define TRAINTASTIC_CLIENT_NETWORK_OUTPUTKEYBOARD_HPP
|
||||||
|
|
||||||
#include "object.hpp"
|
#include "object.hpp"
|
||||||
|
#include <unordered_map>
|
||||||
#include <traintastic/enum/tristate.hpp>
|
#include <traintastic/enum/tristate.hpp>
|
||||||
|
|
||||||
class OutputKeyboard final : public Object
|
class OutputKeyboard final : public Object
|
||||||
|
|||||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren