tests/glmemory: include the generic gl header

Including gstglmemory.h directly results in the compiler complaining
about incomplete types.
This commit is contained in:
Matthew Waters 2015-12-14 18:15:42 +11:00 committed by Tim-Philipp Müller
parent d1812fc73c
commit ba03bc2cba

View file

@ -26,7 +26,7 @@
#include <gst/check/gstcheck.h>
#include <gst/gl/gstglmemory.h>
#include <gst/gl/gl.h>
#include <stdio.h>