Fix windows build, missing <algorithm>

This commit is contained in:
James Turner
2021-04-02 16:45:03 +01:00
parent 00a6f02a55
commit 0343ef7246

View File

@@ -17,6 +17,7 @@
#include "ClusteredShading.hxx"
#include <thread>
#include <algorithm>
#include <osg/RenderInfo>
#include <osg/Texture2D>