Skip to content

Commit

Permalink
Add missing includes from interfaces.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zhani committed Apr 22, 2024
1 parent 6bd7b5c commit 6040547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

#pragma once

#include <wpe/wpe.h>
#include <wpe/wpe-egl.h>

extern struct wpe_renderer_host_interface android_renderer_host_impl;

extern struct wpe_renderer_backend_egl_interface android_renderer_backend_egl_impl;
Expand Down

0 comments on commit 6040547

Please sign in to comment.