Add missing includes

This commit is contained in:
Riyyi
2019-12-24 00:19:39 +01:00
parent 81751442bb
commit acedc40411
3 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -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
+2
View File
@@ -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 {
+2
View File
@@ -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 {