Skip to content

Commit

Permalink
Fix compilation with GCC13
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlachnit authored and emersion committed Jul 21, 2023
1 parent 946c75d commit eb42671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/drm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ extern "C" {
#include <unordered_map>
#include <mutex>
#include <vector>
#include <string>

struct saved_mode {
int width;
Expand Down
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <mutex>
#include <vector>
#include <cstring>
#include <string>
#if defined(__linux__)
#include <sys/capability.h>
#endif
Expand Down
1 change: 1 addition & 0 deletions src/sdlwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <thread>
#include <mutex>
#include <string>

#include <linux/input-event-codes.h>

Expand Down

0 comments on commit eb42671

Please sign in to comment.