diff --git a/neo/libs/imgui/backends/imgui_impl_opengl2.cpp b/neo/libs/imgui/backends/imgui_impl_opengl2.cpp index a5c0b2a69..2c2f276dd 100644 --- a/neo/libs/imgui/backends/imgui_impl_opengl2.cpp +++ b/neo/libs/imgui/backends/imgui_impl_opengl2.cpp @@ -71,7 +71,7 @@ #else // DG: use gl -#include "renderer/OpenGL/qgl.h" +#include "renderer/qgl.h" #endif // DG: use gl diff --git a/neo/vcpkg.json b/neo/vcpkg.json index f11b94a3b..121bf04d2 100644 --- a/neo/vcpkg.json +++ b/neo/vcpkg.json @@ -10,7 +10,11 @@ "platform": "!windows" }, "stb", - "freetype", + { + "name": "freetype", + "default-features": false, + "features": ["error-strings","subpixel-rendering"] + }, "glew" ] } \ No newline at end of file