Browse Source

Add missing includes

master
Riyyi 5 years ago
parent
commit
acedc40411
  1. 3
      inferno/src/inferno/event/joystickevent.h
  2. 2
      inferno/src/inferno/event/keyevent.h
  3. 2
      inferno/src/inferno/event/mouseevent.h

3
inferno/src/inferno/event/joystickevent.h

@ -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
inferno/src/inferno/event/keyevent.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 {

2
inferno/src/inferno/event/mouseevent.h

@ -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 {

Loading…
Cancel
Save