Skip to content

Commit

Permalink
included the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Mar 19, 2024
1 parent c7b9d40 commit ae536fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gallium/auxiliary/target-helpers/inline_sw_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
#include "freedreno/freedreno_public.h"
#endif

#ifdef GALLIUM_ZINK
#include "zink/zink_public.h"
#endif

static inline struct pipe_screen *
sw_screen_create_named(struct sw_winsys *winsys, const char *driver)
{
Expand Down

0 comments on commit ae536fe

Please sign in to comment.