Skip to content

Commit

Permalink
Merge pull request #88525 from LinuxUserGD/RenderingServer
Browse files Browse the repository at this point in the history
OS_LinuxBSD: Add missing RenderServer include for `get_video_adapter_driver_info`
  • Loading branch information
akien-mga committed Feb 19, 2024
2 parents da26ef2 + 6307ceb commit ae51db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/linuxbsd/os_linuxbsd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "core/io/dir_access.h"
#include "main/main.h"
#include "servers/display_server.h"
#include "servers/rendering_server.h"

#ifdef X11_ENABLED
#include "x11/display_server_x11.h"
Expand Down

0 comments on commit ae51db7

Please sign in to comment.