Attempt to fix previous commit for non-c++11 builds

This commit is contained in:
Sergey Sharybin 2016-08-09 15:47:51 +02:00
parent 3bbf8fbaeb
commit 02719521d2

@ -42,7 +42,9 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
#if __cplusplus >= 201103L
using std::isfinite;
#endif
static bool selected_node(RTBuilder::Object *node)
{