mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
tests/glmemory: include the generic gl header
Including gstglmemory.h directly results in the compiler complaining about incomplete types.
This commit is contained in:
parent
d1812fc73c
commit
ba03bc2cba
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <gst/check/gstcheck.h>
|
||||
|
||||
#include <gst/gl/gstglmemory.h>
|
||||
#include <gst/gl/gl.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue