mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
examples: gl: generic: recordgraphic: fix build with MSVC
This commit is contained in:
parent
448ed0f244
commit
336983d52c
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#if defined(_MSC_VER)
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/gl.h>
|
||||
#if defined(__WIN32__) || defined(_WIN32)
|
||||
|
|
Loading…
Reference in a new issue