diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-03-24 15:49:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 15:49:21 +0100 |
commit | 6bc1ae8a2c5e69145953a40782a75d52564a57e3 (patch) | |
tree | 1f730a6a7d2c7a4861009cb55b6d28103923698a /platform/x11 | |
parent | ebf21e2288ae8345dae4822aec7d79225112ea25 (diff) | |
parent | cfd84625f0dbd5590e94ecf851bd7b7db5c7665b (diff) |
Merge pull request #37271 from akien-mga/cleanup-unused-classes
Remove unused classes and stray headers
Diffstat (limited to 'platform/x11')
-rw-r--r-- | platform/x11/detect_prime.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/x11/detect_prime.cpp b/platform/x11/detect_prime.cpp index a0e5f835c0..d79fd00118 100644 --- a/platform/x11/detect_prime.cpp +++ b/platform/x11/detect_prime.cpp @@ -31,6 +31,8 @@ #ifdef X11_ENABLED #if defined(OPENGL_ENABLED) +#include "detect_prime.h" + #include "core/print_string.h" #include "core/ustring.h" |