Add missing includes
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#ifndef JOYSTICKEVENT_H
|
#ifndef JOYSTICKEVENT_H
|
||||||
#define JOYSTICKEVENT_H
|
#define JOYSTICKEVENT_H
|
||||||
|
|
||||||
|
#include <sstream> // std::stringstream
|
||||||
|
|
||||||
#include "inferno/event/event.h"
|
#include "inferno/event/event.h"
|
||||||
|
|
||||||
namespace Inferno {
|
namespace Inferno {
|
||||||
@@ -51,5 +53,4 @@ namespace Inferno {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // JOYSTICKEVENT_H
|
#endif // JOYSTICKEVENT_H
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#ifndef KEYEVENT_H
|
#ifndef KEYEVENT_H
|
||||||
#define KEYEVENT_H
|
#define KEYEVENT_H
|
||||||
|
|
||||||
|
#include <sstream> // std::stringstream
|
||||||
|
|
||||||
#include "inferno/event/event.h"
|
#include "inferno/event/event.h"
|
||||||
|
|
||||||
namespace Inferno {
|
namespace Inferno {
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#ifndef MOUSEEVENT_H
|
#ifndef MOUSEEVENT_H
|
||||||
#define MOUSEEVENT_H
|
#define MOUSEEVENT_H
|
||||||
|
|
||||||
|
#include <sstream> // std::stringstream
|
||||||
|
|
||||||
#include "inferno/event/event.h"
|
#include "inferno/event/event.h"
|
||||||
|
|
||||||
namespace Inferno {
|
namespace Inferno {
|
||||||
|
|||||||
Reference in New Issue
Block a user