Skip to content

Commit f6239da

Browse files
committed
Fix build error
1 parent d6d1079 commit f6239da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include "engine.h"
22

33
//@formatter:off
4-
#include <GLFW/glfw3.h>
54
#include <glad/glad.h>
5+
#include <GLFW/glfw3.h>
66
// @formatter:on
77

88
#include <ext/vector_common.hpp>

0 commit comments

Comments
 (0)