Browse Source

Fix missing header in GL3 renderer

Michael Ragazzon 1 year ago
parent
commit
9cfd9a757a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Backends/RmlUi_Renderer_GL3.cpp

+ 1 - 0
Backends/RmlUi_Renderer_GL3.cpp

@@ -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__)