diff --git a/src/modules/graphics/opengl/wrap_Mesh.cpp b/src/modules/graphics/opengl/wrap_Mesh.cpp index d654f2f0d..9c0bff219 100644 --- a/src/modules/graphics/opengl/wrap_Mesh.cpp +++ b/src/modules/graphics/opengl/wrap_Mesh.cpp @@ -26,6 +26,7 @@ // C++ #include +#include namespace love { diff --git a/src/modules/graphics/opengl/wrap_Mesh.h b/src/modules/graphics/opengl/wrap_Mesh.h index 9a95bbd61..f1f900ec6 100644 --- a/src/modules/graphics/opengl/wrap_Mesh.h +++ b/src/modules/graphics/opengl/wrap_Mesh.h @@ -22,6 +22,7 @@ #define LOVE_GRAPHICS_OPENGL_WRAP_MESH_H // LOVE +#include "common/config.h" #include "common/runtime.h" #include "Mesh.h"