Skip to content

Commit

Permalink
wayland: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Oct 4, 2023
1 parent 5466884 commit 4de2f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platforms/wayland/wl_egl_display_provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <EGL/egl.h>
#include <wayland-egl-core.h>

#include <optional>

namespace mg = mir::graphics;
namespace mgw = mir::graphics::wayland;
namespace geom = mir::geometry;
Expand Down

0 comments on commit 4de2f93

Please sign in to comment.