Compile fix for Visual Studio 2019.7

This commit is contained in:
Alexander Bock
2020-08-09 11:47:37 +02:00
committed by GitHub
parent dc5e2fb3a6
commit 968080abc4

View File

@@ -29,6 +29,7 @@
#include <openspace/rendering/transferfunction.h>
#include <ghoul/logging/logmanager.h>
#include <ghoul/misc/assert.h>
#include <algorithm>
namespace {
constexpr const char* _loggerCat = "SimpleTfBrickSelector";