build: cogl-clip-state.h depends on cogl-clip-stack.h
This adds a #include "cogl-clip-stack.h" to cogl-clip-state.h which depends on the CoglClipStack typedef.
This commit is contained in:
parent
26f68b6f0e
commit
fbc01d659c
@ -24,6 +24,8 @@
|
||||
#ifndef __COGL_CLIP_STATE_H
|
||||
#define __COGL_CLIP_STATE_H
|
||||
|
||||
#include "cogl-clip-stack.h"
|
||||
|
||||
typedef struct _CoglClipState CoglClipState;
|
||||
|
||||
struct _CoglClipState
|
||||
|
Loading…
Reference in New Issue
Block a user