msvc: Fix build error with msvc 2017
`using blender;` Was required to get the Vector type.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "gl_backend.hh" /* TODO remove */
|
||||
#include "gl_context.hh"
|
||||
|
||||
using namespace blender;
|
||||
using namespace blender::gpu;
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user