summaryrefslogtreecommitdiff
path: root/src/nvg/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvg/context.c')
-rw-r--r--src/nvg/context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvg/context.c b/src/nvg/context.c
index 48a7282..ee386aa 100644
--- a/src/nvg/context.c
+++ b/src/nvg/context.c
@@ -1,5 +1,8 @@
#include <lua.h>
#include <lauxlib.h>
+#include "gl/glad/glad.h"
+#include <GLFW/glfw3.h>
+#define NANOVG_GL3_IMPLEMENTATION
#include <nanovg.h>
#include <nanovg_gl.h>
#include "nvg.h"