Просмотр исходного кода

Fix missing header in GL3 renderer

Michael Ragazzon 1 год назад
Родитель
Сommit
9cfd9a757a
1 измененных файлов с 1 добавлено и 0 удалено
  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__)