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