Fix compilation error in release mode

Caused by recent fix.
For some reason compiled fine in debug mode, but not in release.
This commit is contained in:
Sergey Sharybin 2019-05-17 15:35:57 +02:00
parent 0255cf8126
commit cd78a08a19
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include "BLI_system.h"
#include "DNA_gpencil_types.h"
#include "DNA_mesh_types.h"