Skip to content

Commit

Permalink
Merge pull request #1205 from nicovanduijn/master
Browse files Browse the repository at this point in the history
Add missing  include for unused() function, Fixes #1201
  • Loading branch information
sytelus authored Jun 28, 2018
2 parents 557a86c + e6d416c commit b9f56e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Unreal/Plugins/AirSim/Source/SimJoyStick/SimJoyStick.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include <memory>
#include <string>

#include "common/Common.hpp"

class SimJoyStick
{
public:
Expand Down Expand Up @@ -57,4 +59,4 @@ class SimJoyStick

struct impl;
std::unique_ptr<impl> pimpl_;
};
};

0 comments on commit b9f56e0

Please sign in to comment.