summaryrefslogtreecommitdiff
path: root/include/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shader.h')
-rw-r--r--include/shader.h2
1 files changed, 1 insertions, 1 deletions
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 <cglm/cglm.h>
+#include "common.h"
enum honey_shader_result {
SHADER_OK,