Fix include in resource_limits_c.h

Fixes #3059
This commit is contained in:
Greg Fischer 2022-11-07 12:06:46 -07:00
parent 5e08deae05
commit cc4c7330a2

View File

@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef _STAND_ALONE_RESOURCE_LIMITS_C_INCLUDED_
#define _STAND_ALONE_RESOURCE_LIMITS_C_INCLUDED_
#include "../glslang/Include/glslang_c_interface.h"
#include "../Include/glslang_c_interface.h"
#ifdef __cplusplus
extern "C" {