Skip to content

Commit

Permalink
Fix missing header in GL3 renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Dec 1, 2024
1 parent 654ec88 commit 9cfd9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Backends/RmlUi_Renderer_GL3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <RmlUi/Core/MeshUtilities.h>
#include <RmlUi/Core/Platform.h>
#include <RmlUi/Core/SystemInterface.h>
#include <algorithm>
#include <string.h>

#if defined(RMLUI_PLATFORM_WIN32) && !defined(__MINGW32__)
Expand Down

0 comments on commit 9cfd9a7

Please sign in to comment.