msvc: Fix build error with msvc 2017

`using blender;` Was required to get the Vector type.
This commit is contained in:
2020-08-08 18:04:46 -06:00
parent a1d57e3f05
commit b522e834ec

View File

@@ -33,6 +33,7 @@
#include "gl_backend.hh" /* TODO remove */
#include "gl_context.hh"
using namespace blender;
using namespace blender::gpu;
/* -------------------------------------------------------------------- */