From 040ba6826237eb124aaa4576fc302e2e07dd40c5 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Wed, 20 May 2020 20:51:05 -0500 Subject: add honey_mesh and assorted related functions --- include/shader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/shader.h') diff --git a/include/shader.h b/include/shader.h index d43015d..bfdb090 100644 --- a/include/shader.h +++ b/include/shader.h @@ -6,7 +6,7 @@ #ifndef HONEY_SHADER_H #define HONEY_SHADER_H -#include +#include "common.h" enum honey_shader_result { SHADER_OK, -- cgit v1.2.1