msvc: Fix build error with msvc 2017

`using blender;` Was required to get the Vector type.
This commit is contained in:
Ray molenkamp 2020-08-08 18:04:46 -06:00
parent a1d57e3f05
commit b522e834ec
Notes: blender-bot 2023-02-14 08:06:38 +01:00
Referenced by issue #79710, Snapping icon don't change when activating snap while moving object, vertex, edge, etc
1 changed files with 1 additions and 0 deletions

View File

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