d3d11shader: Add missing config.h include

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1355>
This commit is contained in:
Seungha Yang 2020-06-19 20:40:24 +09:00 committed by GStreamer Merge Bot
parent 0f41c0f000
commit 9b8eec39b6

View file

@ -17,6 +17,10 @@
* Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gstd3d11shader.h"
#include "gstd3d11device.h"
#include "gstd3d11utils.h"