Skip to content

Commit

Permalink
Add missing header include, fixes #433
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Manga authored and Felipe Manga committed Dec 16, 2023
1 parent c2d7773 commit 5639939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/she/sdl2/she.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <list>
#include <vector>
#include <unordered_map>
#include <memory>

static she::System* g_instance = nullptr;
static std::unordered_map<int, she::Event::MouseButton> mouseButtonMapping = {
Expand Down

0 comments on commit 5639939

Please sign in to comment.